rightViewMatrix property
The rightViewMatrix represents a 4x4 matrix describing the view transform to be used for the right eye’s rendering
This property is read-only.
Syntax
JavaScript |
---|
rViewMatrix = object.rightViewMatrix |
Property values
Type: Float32Array
Remarks
The rightViewMatrix is given as a 16 element array in column major order.
This matrix represents the inverse of the model matrix for the right eye in sitting space. This value can be passed directly to WebGL’s uniformMatrix4fv function.
This matrix should be used by applications when rendering.