Manages an Oculus Rift head-mounted display (HMD).
More...
|
struct | EyeFov |
| Contains full fov information per eye Under Symmetric Fov mode, UpFov == DownFov and LeftFov == RightFov. More...
|
|
struct | EyeRenderDesc |
| Specifies the size and field-of-view for one eye texture. More...
|
|
struct | LatencyData |
| Contains latency measurements for a single frame of rendering. More...
|
|
Manages an Oculus Rift head-mounted display (HMD).
◆ OVRDisplay()
OVRDisplay.OVRDisplay |
( |
| ) |
|
◆ GetEyeRenderDesc()
EyeRenderDesc OVRDisplay.GetEyeRenderDesc |
( |
UnityEngine.XR.XRNode |
eye | ) |
|
Gets the resolution and field of view for the given eye.
◆ RecenterPose()
void OVRDisplay.RecenterPose |
( |
| ) |
|
◆ Update()
void OVRDisplay.Update |
( |
| ) |
|
◆ acceleration
Vector3 OVRDisplay.acceleration |
|
get |
Gets the current linear acceleration of the head.
◆ angularAcceleration
Vector3 OVRDisplay.angularAcceleration |
|
get |
Gets the current angular acceleration of the head in radians per second per second about each axis.
◆ angularVelocity
Vector3 OVRDisplay.angularVelocity |
|
get |
Gets the current angular velocity of the head in radians per second about each axis.
◆ appFramerate
float OVRDisplay.appFramerate |
|
get |
Gets application's frame rate reported by oculus plugin
◆ displayFrequenciesAvailable
float [] OVRDisplay.displayFrequenciesAvailable |
|
get |
Gets the list of available display frequencies supported by this hardware.
◆ displayFrequency
float OVRDisplay.displayFrequency |
|
getset |
Gets and sets the current display frequency.
◆ latency
Gets the current measured latency values.
◆ recommendedMSAALevel
int OVRDisplay.recommendedMSAALevel |
|
get |
Gets the recommended MSAA level for optimal quality/performance the current device.
◆ velocity
Vector3 OVRDisplay.velocity |
|
get |
Gets the current linear velocity of the head in meters per second.
◆ RecenteredPose
System.Action OVRDisplay.RecenteredPose |
Occurs when the head pose is reset.
The documentation for this class was generated from the following file: