Firefox Tomorrow

web api interface

XREquirectLayer

View on MDN ↗

Secure contextLimited availability

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 requestSession().

To create a new XREquirectLayer, call either:

To present layers to the XR device, add them to the layers render state using updateRenderState().

Instance properties

Inherits properties from its parent, XRCompositionLayer.

  • centralHorizontalAngle Experimental
    • : A number indicating the central horizontal angle in radians for the sphere.
  • lowerVerticalAngle Experimental
    • : A number indicating the lower vertical angle in radians for the sphere.
  • radius Experimental
    • : A number indicating the radius of the sphere.
  • space Experimental
    • : An XRSpace representing the layer’s spatial relationship with the user’s physical environment.
  • transform Experimental
    • : An XRRigidTransform representing the offset and orientation relative to space.
  • upperVerticalAngle Experimental
    • : A number indicating the upper vertical angle in radians for the sphere.

Instance methods

Inherits methods from its parents, XRCompositionLayer and EventTarget.

Events

  • redraw Experimental
    • : 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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also