ovrEyeRenderDesc_

Rendering information for each eye. Computed by either ovrHmd_ConfigureRendering() or ovrHmd_GetRenderDesc() based on the specified FOV. Note that the rendering viewport is not included here as it can be specified separately and modified per frame through: (a) ovrHmd_GetRenderScaleAndOffset in the case of client rendered distortion, or (b) passing different values via ovrTexture in the case of SDK rendered distortion.

Members

Variables

DistortedViewport
ovrRecti DistortedViewport;
Undocumented in source.
Eye
ovrEyeType Eye;
Undocumented in source.
Fov
ovrFovPort Fov;
Undocumented in source.
PixelsPerTanAngleAtCenter
ovrVector2f PixelsPerTanAngleAtCenter;
Undocumented in source.
ViewAdjust
ovrVector3f ViewAdjust;
Undocumented in source.

Meta