The VRStageParameters interface of the WebVR API represents the describing the the stage area for devices that support room-scale
The VRStageParameters interface of the WebVR API represents the describing the the stage area for devices that support room-scale
(sitting-to-standing-transform this)
Property.
[Read Only] [Experimental]
The sittingToStandingTransform read-only property of the web.vr.VRStageParameters
contains a matrix that transforms the sitting-space view matrices
web.vr.VRFrameData
to standing-space.
var myTransform = vrStageParametersInstance.sittingToStandingTransform;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRStageParameters/sittingToStandingTransform
Property. [Read Only] [Experimental] The sittingToStandingTransform read-only property of the `web.vr.VRStageParameters` contains a matrix that transforms the sitting-space view matrices `web.vr.VRFrameData` to standing-space. `var myTransform = vrStageParametersInstance.sittingToStandingTransform;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRStageParameters/sittingToStandingTransform`
(size-x this)
Property.
[Read Only] [Experimental]
The sizeX read-only property of the web.vr.VRStageParameters
returns the width of the play-area bounds in meters.
var mySizeX = vrStageParametersInstance.sizeX;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRStageParameters/sizeX
Property. [Read Only] [Experimental] The sizeX read-only property of the `web.vr.VRStageParameters` returns the width of the play-area bounds in meters. `var mySizeX = vrStageParametersInstance.sizeX;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRStageParameters/sizeX`
(size-y this)
Property.
[Read Only] [Experimental]
The sizeY read-only property of the web.vr.VRStageParameters
returns the depth of the play-area bounds in meters.
var mySizeY = vrStageParametersInstance.sizeY;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRStageParameters/sizeY
Property. [Read Only] [Experimental] The sizeY read-only property of the `web.vr.VRStageParameters` returns the depth of the play-area bounds in meters. `var mySizeY = vrStageParametersInstance.sizeY;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRStageParameters/sizeY`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close