dom / latest / xrprojectionlayer / ignoredepthvalues.html /

XRProjectionLayer.ignoreDepthValues

The read-only ignoreDepthValues property of the XRProjectionLayer interface is a boolean indicating if the XR compositor is not making use of depth buffer values when rendering the layer.

Value

A boolean. true indicates the XR compositor doesn't make use of depth buffer values; false indicates the content of the depth buffer will be used when rendering the layer.

Examples

Ignoring depth values

If the depthFormat option is 0 when creating a projection layer, the ignoreDepthValues property will be true. See also XRWebGLBinding.createProjectionLayer().

let glProjectionLayer = xrGLBinding.createProjectionLayer({
  depthFormat: 0
});

glProjectionLayer.ignoreDepthValues; // true

Specifications

No specification found

No specification data found for api.XRProjectionLayer.ignoreDepthValues.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

Browser compatibility

No compatibility data found for api.XRProjectionLayer.ignoreDepthValues.
Check for problems with this page or contribute missing data to mdn/browser-compat-data.

See also

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/XRProjectionLayer/ignoreDepthValues