The VRFrameData interface of the WebVR API represents all the needed to render a single frame of a VR scene; constructed by
The VRFrameData interface of the WebVR API represents all the needed to render a single frame of a VR scene; constructed by
Constructor.
The vr.VRFrameData
constructor creates a VRFrameData object instance.
None.
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/VRFrameData
Constructor. The `vr.VRFrameData` constructor creates a VRFrameData object instance. None. See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/VRFrameData`
(left-projection-matrix this)
Property.
The leftProjectionMatrix read-only property of the vr.VRFrameData
returns a web.Float32Array
representing a 4x4 matrix that describes
projection to be used for the left eye’s rendering.
var myLPM = vrFrameDataInstance.leftProjectionMatrix;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/leftProjectionMatrix
Property. The leftProjectionMatrix read-only property of the `vr.VRFrameData` returns a `web.Float32Array` representing a 4x4 matrix that describes projection to be used for the left eye’s rendering. `var myLPM = vrFrameDataInstance.leftProjectionMatrix;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/leftProjectionMatrix`
(left-view-matrix this)
Property.
The leftViewMatrix read-only property of the vr.VRFrameData
returns a web.Float32Array
representing a 4x4 matrix that describes
view transform to be used for the left eye’s rendering.
var myLVM = vrFrameDataInstance.leftViewMatrix;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/leftViewMatrix
Property. The leftViewMatrix read-only property of the `vr.VRFrameData` returns a `web.Float32Array` representing a 4x4 matrix that describes view transform to be used for the left eye’s rendering. `var myLVM = vrFrameDataInstance.leftViewMatrix;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/leftViewMatrix`
(pose this)
Property.
The pose read-only property of the vr.VRFrameData
interface
the vr.VRPose
of the vr.VRDisplay
at the current vr.VRFrameData.timestamp
.
var myPose = vrFrameDataInstance.pose;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/pose
Property. The pose read-only property of the `vr.VRFrameData` interface the `vr.VRPose` of the `vr.VRDisplay` at the current `vr.VRFrameData.timestamp`. `var myPose = vrFrameDataInstance.pose;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/pose`
(right-projection-matrix this)
Property.
The rightProjectionMatrix read-only property of the vr.VRFrameData
returns a web.Float32Array
representing a 4x4 matrix that describes
projection to be used for the right eye’s rendering.
var myRPM = vrFrameDataInstance.rightProjectionMatrix;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/rightProjectionMatrix
Property. The rightProjectionMatrix read-only property of the `vr.VRFrameData` returns a `web.Float32Array` representing a 4x4 matrix that describes projection to be used for the right eye’s rendering. `var myRPM = vrFrameDataInstance.rightProjectionMatrix;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/rightProjectionMatrix`
(right-view-matrix this)
Property.
The rightViewMatrix read-only property of the vr.VRFrameData
returns a web.Float32Array
representing a 4x4 matrix that describes
view transform to be used for the right eye’s rendering.
var myRVM = vrFrameDataInstance.rightViewMatrix;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/rightViewMatrix
Property. The rightViewMatrix read-only property of the `vr.VRFrameData` returns a `web.Float32Array` representing a 4x4 matrix that describes view transform to be used for the right eye’s rendering. `var myRVM = vrFrameDataInstance.rightViewMatrix;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/rightViewMatrix`
(set-left-projection-matrix! this val)
Property.
The leftProjectionMatrix read-only property of the vr.VRFrameData
returns a web.Float32Array
representing a 4x4 matrix that describes
projection to be used for the left eye’s rendering.
var myLPM = vrFrameDataInstance.leftProjectionMatrix;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/leftProjectionMatrix
Property. The leftProjectionMatrix read-only property of the `vr.VRFrameData` returns a `web.Float32Array` representing a 4x4 matrix that describes projection to be used for the left eye’s rendering. `var myLPM = vrFrameDataInstance.leftProjectionMatrix;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/leftProjectionMatrix`
(set-left-view-matrix! this val)
Property.
The leftViewMatrix read-only property of the vr.VRFrameData
returns a web.Float32Array
representing a 4x4 matrix that describes
view transform to be used for the left eye’s rendering.
var myLVM = vrFrameDataInstance.leftViewMatrix;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/leftViewMatrix
Property. The leftViewMatrix read-only property of the `vr.VRFrameData` returns a `web.Float32Array` representing a 4x4 matrix that describes view transform to be used for the left eye’s rendering. `var myLVM = vrFrameDataInstance.leftViewMatrix;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/leftViewMatrix`
(set-pose! this val)
Property.
The pose read-only property of the vr.VRFrameData
interface
the vr.VRPose
of the vr.VRDisplay
at the current vr.VRFrameData.timestamp
.
var myPose = vrFrameDataInstance.pose;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/pose
Property. The pose read-only property of the `vr.VRFrameData` interface the `vr.VRPose` of the `vr.VRDisplay` at the current `vr.VRFrameData.timestamp`. `var myPose = vrFrameDataInstance.pose;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/pose`
(set-right-projection-matrix! this val)
Property.
The rightProjectionMatrix read-only property of the vr.VRFrameData
returns a web.Float32Array
representing a 4x4 matrix that describes
projection to be used for the right eye’s rendering.
var myRPM = vrFrameDataInstance.rightProjectionMatrix;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/rightProjectionMatrix
Property. The rightProjectionMatrix read-only property of the `vr.VRFrameData` returns a `web.Float32Array` representing a 4x4 matrix that describes projection to be used for the right eye’s rendering. `var myRPM = vrFrameDataInstance.rightProjectionMatrix;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/rightProjectionMatrix`
(set-right-view-matrix! this val)
Property.
The rightViewMatrix read-only property of the vr.VRFrameData
returns a web.Float32Array
representing a 4x4 matrix that describes
view transform to be used for the right eye’s rendering.
var myRVM = vrFrameDataInstance.rightViewMatrix;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/rightViewMatrix
Property. The rightViewMatrix read-only property of the `vr.VRFrameData` returns a `web.Float32Array` representing a 4x4 matrix that describes view transform to be used for the right eye’s rendering. `var myRVM = vrFrameDataInstance.rightViewMatrix;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/rightViewMatrix`
(set-timestamp! this val)
Property.
The timestamp read-only property of the vr.VRFrameData
interface
a constantly increasing timestamp value representing the time
frame update occurred.
var myTimestamp = vrFrameDataInstance.timestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/timestamp
Property. The timestamp read-only property of the `vr.VRFrameData` interface a constantly increasing timestamp value representing the time frame update occurred. `var myTimestamp = vrFrameDataInstance.timestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/timestamp`
(timestamp this)
Property.
The timestamp read-only property of the vr.VRFrameData
interface
a constantly increasing timestamp value representing the time
frame update occurred.
var myTimestamp = vrFrameDataInstance.timestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/timestamp
Property. The timestamp read-only property of the `vr.VRFrameData` interface a constantly increasing timestamp value representing the time frame update occurred. `var myTimestamp = vrFrameDataInstance.timestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRFrameData/timestamp`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close