Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The XRProjectionLayer
interface of the WebXR Device API is a layer that fills the entire view of the observer and is refreshed close to the device's native frame rate.
XRProjectionLayer
is supported by all XRSession
objects (no layers
feature descriptor is needed).
To create a new XRProjectionLayer
, call XRWebGLBinding.createProjectionLayer()
. To present layers to the XR device, add them to the layers
render state using XRSession.updateRenderState()
.
XRProjectionLayer
objects don't have an associated XRSpace
, because they render to the full frame.