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

fieldOfView

Read-only

The fieldOfView property represents the current field of view for the eye.

offset

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.

renderHeight

Read-only

The renderHeight property sets the recommended render target height of each eye viewport, in pixels.

renderWidth

Read-only

The renderWidth property describes the recommended render target width of each eye viewport, in pixels.