Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The resetPose property resets the pose for the VRDisplay. This causes the VRDisplay's current position and orientation to be treated as the origin/zero values.
Syntax
var retval = VRDisplay.resetPose();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
The VRDisplay's roll and pitch do not change when resetPose() is called.
Calling resetPose may change VRStageParameters' sittingToStandingTransform
matrix.