Home
last modified time | relevance | path

Searched refs:OpenVRGetEyeProjection (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/vr/
H A DOpenVRMode.h86 float* OpenVRGetEyeProjection(PyMOLGlobals * G, float near_plane, float far_plane);
H A DOpenVRMode.cpp706 float* OpenVRGetEyeProjection(PyMOLGlobals * G, float near_plane, float far_plane) in OpenVRGetEyeProjection() function
750 glLoadMatrixf(OpenVRGetEyeProjection(G, near_plane, far_plane)); in OpenVRLoadProjectionMatrix()