GamepadPose
Experimental
ããã¯åŽé¨įãĒæŠčŊã§ãã
æŦįĒã§äŊŋį¨ããåãĢããŠãĻãļãŧäēææ§ä¸čĻ§čĄ¨ããã§ãã¯ããĻãã ããã
The GamepadPose
interface of the Gamepad API represents the pose of a WebVR controller at a given timestamp (which includes orientation, position, velocity, and acceleration information.)
This interface is accessible through the Gamepad.pose
property.
Properties
GamepadPose.hasOrientation
čĒåå°į¨- Returns a boolean indicating whether the gamepad is capable of returning orientation information (
true
) or not (false
). GamepadPose.hasPosition
čĒåå°į¨- Returns a boolean indicating whether the gamepad is capable of returning position information (
true
) or not (false
). GamepadPose.position
čĒåå°į¨- Returns the position of the
Gamepad
as a 3D vector. GamepadPose.linearVelocity
čĒåå°į¨- Returns the linear velocity of the
Gamepad
, in meters per second. GamepadPose.linearAcceleration
čĒåå°į¨- Returns the linear acceleration of the
Gamepad
, in meters per second per second. GamepadPose.orientation
čĒåå°į¨- Returns the orientation of the
Gamepad
, as a quarternion value. GamepadPose.angularVelocity
čĒåå°į¨- Returns the angular velocity of the
Gamepad
, in radians per second. GamepadPose.angularAcceleration
čĒåå°į¨- Returns the angular acceleration of the
Gamepad
, in meters per second per second.
Examples
TBD.
Specifications
Specification | Status | Comment |
---|---|---|
Gamepad Extensions GamepadPose ãŽåŽįžŠ |
ᎍéč čæĄ | Initial definition |
Browser compatibility
BCD tables only load in the browser