XREquirectLayer
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The XREquirectLayer
interface of the WebXR Device API is a layer that maps equirectangular coded data onto the inside of a sphere.
XREquirectLayer
requires the layers
feature to be enabled for the XRSession
. You can request it in XRSystem.requestSession()
.
To create a new XREquirectLayer
, call either:
XRWebGLBinding.createEquirectLayer()
for a WebGL opaque texture layer, orXRMediaBinding.createEquirectLayer()
for an HTML<video>
playback layer.
To present layers to the XR device, add them to the layers
render state using XRSession.updateRenderState()
.
Properties
Inherits properties from its parent, XRCompositionLayer
.
XREquirectLayer.centralHorizontalAngle
-
A number indicating the central horizontal angle in radians for the sphere.
XREquirectLayer.lowerVerticalAngle
-
A number indicating the lower vertical angle in radians for the sphere.
XREquirectLayer.radius
-
A number indicating the radius of the sphere.
XREquirectLayer.space
-
An
XRSpace
representing the layer's spatial relationship with the user's physical environment. XREquirectLayer.transform
-
An
XRRigidTransform
representing the offset and orientation relative tospace
. XREquirectLayer.upperVerticalAngle
-
A number indicating the upper vertical angle in radians for the sphere.
Methods
Inherits methods from its parents, XRCompositionLayer
and EventTarget
.
Events
redraw
-
Sent to the
XREquirectLayer
object 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.
Specifications
No specification found
No specification data found for api.XREquirectLayer
.
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.XREquirectLayer
.
Check for problems with this page or contribute missing data to mdn/browser-compat-data.