Results 1 - 8 of 8

VRPose

The VRPose interface of the WebVR API represents the state of a VR sensor at a given timestamp (which includes orientation, position, velocity, and acceleration information.)
API Experimental Expérimental Landing Reference Référence Virtual Reality VR VRPose WebVR

VRPose.angularAcceleration

The angularAcceleration read-only property of the VRPose interface returns the angular acceleration of the VRDisplay at the current VRPose.timestamp, in meters per second per second.
angularAcceleration API Experimental Expérimental Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.angularVelocity

The angularVelocity read-only property of the VRPose interface returns the angular velocity of the VRDisplay at the current VRPose.timestamp, in radians per second.
angularVelocity API Experimental Expérimental Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.linearAcceleration

The linearAcceleration read-only property of the VRPose interface returns the linear acceleration of the VRDisplay at the current VRPose.timestamp, in meters per second per second.
API Experimental Expérimental linearAcceleration Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.linearVelocity

The linearVelocity read-only property of the VRPose interface returns the linear velocity of the VRDisplay at the current VRPose.timestamp, in meters per second.
API Experimental Expérimental linearVelocity Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.orientation

The orientation read-only property of the VRPositionState interface returns the orientation of the sensor at the current VRPose.timestamp, as a quarternion value.
API Experimental Expérimental Orientation Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.position

The position read-only property of the VRPose interface returns the position of the VRDisplay at the current VRPose.timestamp as a 3D vector.
API Experimental Expérimental Position Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.timestamp

The timestamp read-only property of the VRPose interface returns the current time stamp of the system — a monotonically increasing value representing the time since the current app was started.
API Experimental Expérimental Property Reference Référence timeStamp Virtual Reality VR VRPose WebVR