resetPose method
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.