web api interface
XRCubeLayer
Secure contextLimited availability
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 requestSession().
To create a new XRCubeLayer, call createCubeLayer().
To present layers to the XR device, add them to the layers render state using updateRenderState().
Instance properties
Inherits properties from its parent, XRCompositionLayer.
spaceExperimental- : An
XRSpacerepresenting the layer’s spatial relationship with the user’s physical environment.
- : An
orientationExperimental- : A
DOMPointReadOnlyrepresenting the orientation relative to thespaceproperty.
- : A
Instance methods
Inherits methods from its parents, XRCompositionLayer and EventTarget.
Events
redrawExperimental- : Sent to the
XRCubeLayerobject when the underlying resources of the layer are lost or when the XR Compositor can no longer reproject the layer. If this event is sent, authors should redraw the content of the layer in the next XR animation frame.
- : Sent to the
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.