Liking cljdoc? Tell your friends :D

vr.VRStageParameters

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
raw docstring

set-sitting-to-standing-transform!cljs

(set-sitting-to-standing-transform! this val)

Property.

The sittingToStandingTransform read-only property of the vr.VRStageParameters contains a matrix that transforms the sitting-space view matrices vr.VRFrameData to standing-space.

var myTransform = vrStageParametersInstance.sittingToStandingTransform;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VRStageParameters/sittingToStandingTransform

Property.

The sittingToStandingTransform read-only property of the `vr.VRStageParameters`
contains a matrix that transforms the sitting-space view matrices
`vr.VRFrameData` to standing-space.

`var myTransform = vrStageParametersInstance.sittingToStandingTransform;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRStageParameters/sittingToStandingTransform`
sourceraw docstring

set-size-x!cljs

(set-size-x! this val)

Property.

The sizeX read-only property of the vr.VRStageParameters interface 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.

The sizeX read-only property of the `vr.VRStageParameters` interface
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`
sourceraw docstring

set-size-y!cljs

(set-size-y! this val)

Property.

The sizeY read-only property of the vr.VRStageParameters interface 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.

The sizeY read-only property of the `vr.VRStageParameters` interface
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`
sourceraw docstring

sitting-to-standing-transformcljs

(sitting-to-standing-transform this)

Property.

The sittingToStandingTransform read-only property of the vr.VRStageParameters contains a matrix that transforms the sitting-space view matrices vr.VRFrameData to standing-space.

var myTransform = vrStageParametersInstance.sittingToStandingTransform;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VRStageParameters/sittingToStandingTransform

Property.

The sittingToStandingTransform read-only property of the `vr.VRStageParameters`
contains a matrix that transforms the sitting-space view matrices
`vr.VRFrameData` to standing-space.

`var myTransform = vrStageParametersInstance.sittingToStandingTransform;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRStageParameters/sittingToStandingTransform`
sourceraw docstring

size-xcljs

(size-x this)

Property.

The sizeX read-only property of the vr.VRStageParameters interface 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.

The sizeX read-only property of the `vr.VRStageParameters` interface
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`
sourceraw docstring

size-ycljs

(size-y this)

Property.

The sizeY read-only property of the vr.VRStageParameters interface 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.

The sizeY read-only property of the `vr.VRStageParameters` interface
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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close