VRStageParameters
interface of the WebVR API represents the values describing the the stage area for devices that support room-scale experiences.sittingToStandingTransform
read-only property of the VRStageParameters
interface contains a matrix that transforms the sitting-space position returned by VRDisplay.getPose()
/VRDisplay.getImmediatePose()
into a standing-space position.sizeX
read-only property of the VRStageParameters
interface returns the width of the play-area bounds in meters.sizeY
read-only property of the VRStageParameters
interface returns the depth of the play-area bounds in meters.