The XRRenderState interface of the WebXR Device API represents
set of configurable values which affect how web.ar.XRSession
's
is composited. The active render state for an XRSession changes
frame boundaries. To queue updates for the next frame, call XRSession.updateRenderState()
.
The XRRenderState interface of the WebXR Device API represents set of configurable values which affect how `web.ar.XRSession`'s is composited. The active render state for an XRSession changes frame boundaries. To queue updates for the next frame, call `XRSession.updateRenderState()`.
(base-layer this)
Property.
[Read Only] [Draft]
The baseLayer read-only property of the web.ar.XRRenderState
returns the XRWebGLLayer
instance that is the source of bitmap
and a description of how the image is to be rendered in the device.
var xrWebGLLayer = XRRenderState.baseLayer;
See also: https://developer.mozilla.org/en-US/docs/Web/API/XRRenderState/baseLayer
Property. [Read Only] [Draft] The baseLayer read-only property of the `web.ar.XRRenderState` returns the `XRWebGLLayer` instance that is the source of bitmap and a description of how the image is to be rendered in the device. `var xrWebGLLayer = XRRenderState.baseLayer;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/XRRenderState/baseLayer`
(depth-far this)
Property.
[Read Only] [Draft]
The depthFar read-only property of the web.ar.XRRenderState
returns the distance in meters of the far clip plane from the
var aDouble = XRRenderState.depthFar;
See also: https://developer.mozilla.org/en-US/docs/Web/API/XRRenderState/depthFar
Property. [Read Only] [Draft] The depthFar read-only property of the `web.ar.XRRenderState` returns the distance in meters of the far clip plane from the `var aDouble = XRRenderState.depthFar;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/XRRenderState/depthFar`
(depth-near this)
Property.
[Read Only] [Draft]
The depthNear read-only property of the web.ar.XRRenderState
returns the distance in meters of the near clip plane from the
var aDouble = XRRenderState.depthNear;
See also: https://developer.mozilla.org/en-US/docs/Web/API/XRRenderState/depthNear
Property. [Read Only] [Draft] The depthNear read-only property of the `web.ar.XRRenderState` returns the distance in meters of the near clip plane from the `var aDouble = XRRenderState.depthNear;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/XRRenderState/depthNear`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close