XRProjectionLayer: ignoreDepthValues 属性
ignoreDepthValues
是 XRProjectionLayer
接口的只读属性,它是一个布尔值,指示 XR 组合器在渲染图层时是否未使用深度缓冲区值。
值
布尔值。true
表示 XR 组合器不使用深度缓冲区值;false
表示渲染图层时将使用深度缓冲区内容。
示例
忽略深度值
如果在创建投影图层时 depthFormat
选项为 0
,则 ignoreDepthValues
属性将为 true
。另请参阅 XRWebGLBinding.createProjectionLayer()
。
js
let glProjectionLayer = xrGLBinding.createProjectionLayer({
depthFormat: 0,
});
glProjectionLayer.ignoreDepthValues; // true
规范
规范 |
---|
WebXR 图层 API 1 级 # dom-xrprojectionlayer-ignoredepthvalues |
浏览器兼容性
BCD 表格仅在浏览器中加载