Search completed in 2.58 seconds.
7 results for "depthNear":
XRRenderState.depthNear - Web APIs
WebAPIXRRenderStatedepthNear
the depthnear read-only property of the xrrenderstate interface returns the distance in meters of the near clip plane from the viewer.
... syntax var adouble = xrrenderstate.depthnear; value a number.
... specifications specification status comment unknownthe definition of 'xrrenderstate.depthnear' in that specification.
XRRenderStateInit - Web APIs
WebAPIXRRenderStateInit
all rendering will take place between the distances specified by depthnear and depthfar.
... depthnear optional a floating-point value indicating the distance in meters from the viewer to a plane parallel to the display surface to be the near clip plane.
XRSession.updateRenderState() - Web APIs
WebAPIXRSessionupdateRenderState
all rendering will take place between the distances specified by depthnear and depthfar.
... depthnear optional a floating-point value indicating the distance in meters from the viewer to a plane parallel to the display surface to be the near clip plane.
Index - Web APIs
WebAPIIndex
5257 xrrenderstate.depthnear api, ar, augmented reality, experimental, property, reference, vr, virtual reality, webxr, webxr device api, xrrenderstate, depthnear the depthnear read-only property of the xrrenderstate interface returns the distance in meters of the near clip plane from the viewer.
XRRenderState - Web APIs
WebAPIXRRenderState
depthnear read only the distance, in meters, of the near 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.