Results 1641 - 1660 of 1,752

VRDevice.hardwareUnitId

The hardwareUnitId read-only property of the VRDevice interface returns the distinct hardware ID for the overall hardware unit that this VRDevice is a part of. All devices that are part of the same physical piece of hardware will have the same hardwareUnitId.
API Experimental Expérimental hardwareUnitId Obsolete Property Reference Référence Virtual Reality VR VRDevice WebVR

VREyeParameters

The VREyeParameters interface of the WebVR API represents all the information required to correctly render a scene for a given eye, including field of view information.
API Experimental Expérimental Landing Reference Référence Virtual Reality VR VREyeParameters WebVR

VREyeParameters.maximumFieldOfView

The maximumFieldOfView read-only property of the VREyeParameters interface describes the maximum supported field of view for the current eye.
API Experimental Expérimental maximumFieldOfView Obsolete Property Reference Référence Virtual Reality VR VREyeParameters WebVR

VREyeParameters.minimumFieldOfView

The minimumFieldOfView read-only property of the VREyeParameters interface describes the minimum supported field of view for the current eye.
API Experimental Expérimental minimumFieldOfView Obsolete Property Reference Référence Virtual Reality VR VREyeParameters WebVR

VREyeParameters.recommendedFieldOfView

The recommendedFieldOfView read-only property of the VREyeParameters interface describes the recommended field of view for the current eye — ideally based on user calibration.
API Experimental Expérimental Obsolete Property recommendedFieldOfView Reference Référence Virtual Reality VR VREyeParameters WebVR

VREyeParameters.renderRect

The renderRect read-only property of the VREyeParameters interface specifies the viewport of a canvas into which visuals for the current eye should be rendered.
API Experimental Expérimental Obsolete Property Reference renderRect Référence Virtual Reality VR VREyeParameters WebVR

VRFieldOfView.downDegrees

The downDegrees read-only property of the VRFieldOfView interface returns the number of degrees downwards that the field of view extends in.
API downDegrees Experimental Expérimental Property Reference Référence Virtual Reality VR VRFieldOfView WebVR

VRFieldOfView.leftDegrees

The leftDegrees read-only property of the VRFieldOfView interface returns the number of degrees to the left that the field of view extends in.
API Experimental Expérimental leftDegrees Property Reference Référence Virtual Reality VR VRFieldOfView WebVR

VRFieldOfView.rightDegrees

The rightDegrees read-only property of the VRFieldOfView interface returns the number of degrees to the right that the field of view extends in.
API Experimental Expérimental Property Reference Référence rightDegrees Virtual Reality VR VRFieldOfView WebVR

VRFieldOfView.upDegrees

The upDegrees read-only property of the VRFieldOfView interface returns the number of degrees upwards that the field of view extends in.
API Experimental Expérimental Property Reference Référence upDegrees Virtual Reality VR VRFieldOfView WebVR

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.hasOrientation

The hasOrientation read-only property of the VRPositionState interface returns a boolean indicating whether the VRPositionState.orientation property is valid (i.e. if the hardware is currently registering a valid orientation). If it is false, the orientation property will return null.
API Experimental Expérimental hasOrientation Obsolete Property Reference Référence Virtual Reality VR VRPositionState WebVR

VRPose.hasPosition

The hasPosition read-only property of the VRPositionState interface returns a boolean indicating whether the VRPositionState.position property is valid (i.e. if the hardware is currently registering a valid position). If it is false, the position property will return null.
API Experimental Expérimental hasPosition Obsolete Property Reference Référence Virtual Reality VR VRPositionState 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