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 XRCubeLayer
interface of the WebXR Device API is a layer that renders directly from a cubemap and projects it onto the inside faces of a cube.
XRCubeLayer
requires the layers
feature to be enabled for the XRSession
. You can request it in XRSystem.requestSession()
.
To create a new XRCubeLayer
, call XRWebGLBinding.createCubeLayer()
.
To present layers to the XR device, add them to the layers
render state using XRSession.updateRenderState()
.