VREyeParameters object
The VREyeParameters interface represents all the information required to correctly render a scene for a given eye.
Syntax
var eyeParameters = new VREyeParameters();
Members
The VREyeParameters object has these types of members:
- Properties
Properties
The VREyeParameters object has these properties.
Property | Access type | Description |
---|---|---|
Read-only |
The fieldOfView property represents the current field of view for the eye. |
|
Read-only |
The offset property represents a three component vector that specifies the offset from the center point between the users' eyes to the center of the eye in meters. |
|
Read-only |
The renderHeight property sets the recommended render target height of each eye viewport, in pixels. |
|
Read-only |
The renderWidth property describes the recommended render target width of each eye viewport, in pixels. |