Articles tagged: VRDisplay
Found 18 documents
- Web/API/VRDisplay The VRDisplay interface of the WebVR API represents any VR device supported by this API. It ...
- Web/API/VRDisplay/cancelAnimationFrame The cancelAnimationFrame() method of the VRDisplay interface is a special implementation of ...
- Web/API/VRDisplay/capabilities The capabilities read-only property of the VRDisplay interface returns a VRDisplayCapabilities ...
- Web/API/VRDisplay/depthFar The depthFar property of the VRDisplay interface gets and sets the z-depth defining the far ...
- Web/API/VRDisplay/depthNear The depthNear property of the VRDisplay interface gets and sets the z-depth defining the near ...
- Web/API/VRDisplay/displayId The displayId read-only property of the VRDisplay interface returns an identifier for this ...
- Web/API/VRDisplay/displayName The displayName read-only property of the VRDisplay interface returns a human-readable name to ...
- Web/API/VRDisplay/exitPresent The exitPresent() method of the VRDisplay interface stops the VRDisplay presenting a scene.
- Web/API/VRDisplay/getEyeParameters The getEyeParameters() method of the VRDisplay interface returns the VREyeParameters object ...
- Web/API/VRDisplay/getImmediatePose The getImmediatePose() method of the VRDisplay interface returns a VRPose object defining the ...
- Web/API/VRDisplay/getLayers The getLayers() method of the VRDisplay interface returns the layers currently being presented ...
- Web/API/VRDisplay/getPose The getPose() method of the VRDisplay interface returns a VRPose object defining the future ...
- Web/API/VRDisplay/isConnected The isConnected read-only property of the VRDisplay interface returns a Boolean indicating ...
- Web/API/VRDisplay/isPresenting The isPresenting read-only property of the VRDisplay interface returns a Boolean indicating ...
- Web/API/VRDisplay/requestAnimationFrame The requestAnimationFrame() method of the VRDisplay interface is a special implementation of ...
- Web/API/VRDisplay/requestPresent The requestPresent() method of the VRDisplay interface starts the VRDisplay presenting a scene.
- Web/API/VRDisplay/stageParameters The stageParameters read-only property of the VRDisplay interface returns a VRStageParameters ...
- Web/API/VRDisplay/submitFrame The submitFrame() method of the VRDisplay interface captures the current state of the VRLayer ...