Share via


getPose method

The getPose method returns a VRPose describing the position, orientation, acceleration, and velocity of the VRDisplay object that should be used when rendering the next frame of a scene.

Syntax

var retval = VRDisplay.getPose();

Parameters

This method has no parameters.

Return value

Type: VRPose

A VRPose object that describes the position, orientation, acceleration, and velocity of the VRDisplay.

See also

VRDisplay