This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Libovr 1.30 Reference Guide

ovrTimewarpProjectionDesc Struct Reference

Projection information for ovrLayerEyeFovDepth.

Data Fields

float
Projection matrix element [2][2].
float
Projection matrix element [2][3].
float
Projection matrix element [3][2].

Detailed Description

Use the utility function ovrTimewarpProjectionDesc_FromProjection to generate this structure from the application's projection matrix.

Field Documentation

float ovrTimewarpProjectionDesc::Projection22 ( )
Projection matrix element [2][2].
float ovrTimewarpProjectionDesc::Projection23 ( )
Projection matrix element [2][3].
float ovrTimewarpProjectionDesc::Projection32 ( )
Projection matrix element [3][2].
The documentation for this struct was generated from the following file: Include/OVR_CAPI.h