The VRPose interface of the WebVR API represents the state of VR sensor at a given timestamp (which includes orientation, position, and acceleration information.)
The VRPose interface of the WebVR API represents the state of VR sensor at a given timestamp (which includes orientation, position, and acceleration information.)
(angular-acceleration this)
Property.
[Read Only] [Experimental]
The angularAcceleration read-only property of the web.vr.VRPose
returns an array representing the angular acceleration vector
the web.media.VRDisplay
at the current VRPose.timestamp
,
meters per second per second.
var myAngularAcceleration = VRPose.angularAcceleration;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRPose/angularAcceleration
Property. [Read Only] [Experimental] The angularAcceleration read-only property of the `web.vr.VRPose` returns an array representing the angular acceleration vector the `web.media.VRDisplay` at the current `VRPose.timestamp`, meters per second per second. `var myAngularAcceleration = VRPose.angularAcceleration;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRPose/angularAcceleration`
(angular-velocity this)
Property.
[Read Only] [Experimental]
The angularVelocity read-only property of the web.vr.VRPose
returns an array representing the angular velocity vector of
web.media.VRDisplay
at the current VRPose.timestamp
, in radians
second.
var myAngularVelocity = VRPose.angularVelocity;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRPose/angularVelocity
Property. [Read Only] [Experimental] The angularVelocity read-only property of the `web.vr.VRPose` returns an array representing the angular velocity vector of `web.media.VRDisplay` at the current `VRPose.timestamp`, in radians second. `var myAngularVelocity = VRPose.angularVelocity;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRPose/angularVelocity`
(has-orientation this)
Property.
[Read Only] [Experimental] [Obsolute]
The hasOrientation read-only property of the VRPositionState
returns a boolean indicating whether the VRPositionState.orientation
is valid (i.e. if the hardware is currently registering a valid
If it is false, the orientation property will return null.
var myHasOrientation = VRPositionState.hasOrientation;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRPose/hasOrientation
Property. [Read Only] [Experimental] [Obsolute] The hasOrientation read-only property of the `VRPositionState` returns a boolean indicating whether the `VRPositionState.orientation` is valid (i.e. if the hardware is currently registering a valid If it is false, the orientation property will return null. `var myHasOrientation = VRPositionState.hasOrientation;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRPose/hasOrientation`
(has-position this)
Property.
[Read Only] [Experimental] [Obsolute]
The hasPosition read-only property of the VRPositionState
interface
a boolean indicating whether the VRPositionState.position
property
valid (i.e. if the hardware is currently registering a valid
If it is false, the position property will return null.
var myHasPosition = VRPositionState.hasPosition;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRPose/hasPosition
Property. [Read Only] [Experimental] [Obsolute] The hasPosition read-only property of the `VRPositionState` interface a boolean indicating whether the `VRPositionState.position` property valid (i.e. if the hardware is currently registering a valid If it is false, the position property will return null. `var myHasPosition = VRPositionState.hasPosition;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRPose/hasPosition`
(linear-acceleration this)
Property.
[Read Only] [Experimental]
The linearAcceleration read-only property of the web.vr.VRPose
returns an array representing the linear acceleration vector
the web.media.VRDisplay
at the current VRPose.timestamp
,
meters per second per second.
var myLinearAcceleration = VRPose.linearAcceleration;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRPose/linearAcceleration
Property. [Read Only] [Experimental] The linearAcceleration read-only property of the `web.vr.VRPose` returns an array representing the linear acceleration vector the `web.media.VRDisplay` at the current `VRPose.timestamp`, meters per second per second. `var myLinearAcceleration = VRPose.linearAcceleration;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRPose/linearAcceleration`
(linear-velocity this)
Property.
[Read Only] [Experimental]
The linearVelocity read-only property of the web.vr.VRPose
returns an array representing the linear velocity vector of the
at the current VRPose.timestamp
, in meters per second.
var myLinearVelocity = VRPose.linearVelocity;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRPose/linearVelocity
Property. [Read Only] [Experimental] The linearVelocity read-only property of the `web.vr.VRPose` returns an array representing the linear velocity vector of the at the current `VRPose.timestamp`, in meters per second. `var myLinearVelocity = VRPose.linearVelocity;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRPose/linearVelocity`
(orientation this)
Property.
[Read Only] [Experimental]
The orientation read-only property of the VRPositionState
interface
the orientation of the sensor at the current VRPose.timestamp
,
a quarternion value.
var myOrientation = VRPose.orientation;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRPose/orientation
Property. [Read Only] [Experimental] The orientation read-only property of the `VRPositionState` interface the orientation of the sensor at the current `VRPose.timestamp`, a quarternion value. `var myOrientation = VRPose.orientation;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRPose/orientation`
(position this)
Property.
[Read Only] [Experimental]
The position read-only property of the web.vr.VRPose
interface
the position of the web.media.VRDisplay
at the current VRPose.timestamp
a 3D vector.
var myPosition = VRPose.position;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRPose/position
Property. [Read Only] [Experimental] The position read-only property of the `web.vr.VRPose` interface the position of the `web.media.VRDisplay` at the current `VRPose.timestamp` a 3D vector. `var myPosition = VRPose.position;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRPose/position`
(timestamp this)
Property.
[Read Only] [Experimental] [Obsolute]
The timestamp read-only property of the web.vr.VRPose
interface
the current time stamp of the system — a monotonically increasing
representing the time since the current app was started.
var myTimeStamp = VRPose.timestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/VRPose/timeStamp
Property. [Read Only] [Experimental] [Obsolute] The timestamp read-only property of the `web.vr.VRPose` interface the current time stamp of the system — a monotonically increasing representing the time since the current app was started. `var myTimeStamp = VRPose.timestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/VRPose/timeStamp`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close