This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
The pose
read-only property of the Gamepad
interface returns a GamepadPose
object representing the pose information associated with a WebVR controller (e.g. its position and orientation in 3D space).
Syntax
var myGamepadPose = gamepadInstance.pose;
Value
A GamepadPose
object.
Examples
TBC
Specifications
Specification | Status | Comment |
---|---|---|
Unknown The definition of 'pose' in that specification. |
Unknown | Initial definition |
Browser compatibility
TBC