Skip to content

IVRSystem::GetProjectionMatrix

Ryan Speets edited this page Feb 27, 2017 · 2 revisions

HmdMatrix44_t GetProjectionMatrix( Hmd_Eye eEye, float fNearZ, float fFarZ )

Returns the projection matrix to use for the specified eye.

  • eEye - Eye_Left or Eye_Right. Determines which eye the function should return the projection for.
  • fNearZ - distance to the near clip plane in meters
  • fFarZ - distance to the far clip plane in meters
Clone this wiki locally