Search completed in 2.64 seconds.
7 results for "depthFar":
XRRenderState.depthFar - Web APIs
WebAPIXRRenderStatedepthFar
the depthfar read-only property of the xrrenderstate interface returns the distance in meters of the far clip plane from the viewer.
... syntax var adouble = xrrenderstate.depthfar; value a number.
... specifications specification status comment unknownthe definition of 'xrrenderstate.depthfar' in that specification.
XRRenderStateInit - Web APIs
WebAPIXRRenderStateInit
depthfar optional a floating-point value specifying the distance in meters from the viewer to the far clip plane, which is a plane parallel to the display surface beyond which no further rendering will occur.
... all rendering will take place between the distances specified by depthnear and depthfar.
XRSession.updateRenderState() - Web APIs
WebAPIXRSessionupdateRenderState
depthfar optional a floating-point value specifying the distance in meters from the viewer to the far clip plane, which is a plane parallel to the display surface beyond which no further rendering will occur.
... all rendering will take place between the distances specified by depthnear and depthfar.
Index - Web APIs
WebAPIIndex
5256 xrrenderstate.depthfar api, ar, augmented reality, experimental, property, reference, vr, virtual reality, webxr, webxr device api, xr, depthfar the depthfar read-only property of the xrrenderstate interface returns the distance in meters of the far clip plane from the viewer.
XRRenderState - Web APIs
WebAPIXRRenderState
depthfar read only the distance, in meters, of the far clip plane from the viewer.
XRWebGLLayer.ignoreDepthValues - Web APIs
WebAPIXRWebGLLayerignoreDepthValues
a depth buffer pixel value of 0.0 corresponds to the depth given by the session's depthnear and a value of 1.0 corresponds to the depth given by depthfar.
XRWebGLLayerInit.ignoreDepthValues - Web APIs
WebAPIXRWebGLLayerInitignoreDepthValues
each entry in the depth buffer corresponds to the depth of the fragment whose color is at the same location in the color buffer, and must have a value between 0.0 and 1.0, where 0.0 corresponds to the distance specified in the xrsession object's renderstate record's depthnear and 1.0 represents the distance given by depthfar.