Home
last modified time | relevance | path

Searched refs:SetLaserColor (Results 1 – 8 of 8) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/vr/
H A DOpenVRLaserSource.h46 virtual void SetLaserColor(float r, float g, float b, float a) = 0;
47 virtual void SetLaserColor(float const color[]) = 0;
H A DOpenVRController.h70 void SetLaserColor(float r, float g, float b, float a);
71 void SetLaserColor(float const color[]);
H A DOpenVRController.cpp160 void OpenVRController::SetLaserColor(float r, float g, float b, float a) in SetLaserColor() function in OpenVRController
165 void OpenVRController::SetLaserColor(float const color[]) in SetLaserColor() function in OpenVRController
H A DOpenVRMode.cpp1051 laserSource->SetLaserColor(laserTarget->GetLaserColor()); in HandleLaser()
1064 laserSource->SetLaserColor(missedColor); in HandleLaser()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAIS_XRTrackedDevice.hxx45 Standard_EXPORT void SetLaserColor (const Quantity_Color& theColor);
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_XRTrackedDevice.hxx45 Standard_EXPORT void SetLaserColor (const Quantity_Color& theColor);
H A DAIS_XRTrackedDevice.cxx98 void AIS_XRTrackedDevice::SetLaserColor (const Quantity_Color& theColor) in SetLaserColor() function in AIS_XRTrackedDevice
H A DAIS_ViewController.cxx3211 aPosePrs->SetLaserColor (myXRLaserPickColor); in handleXRPresentations()
3229 aPosePrs->SetLaserColor (myXRLaserTeleColor); in handleXRPresentations()