For the complete documentation index, see llms.txt. This page is also available as Markdown.

Engine Integrations

Adapters that connect the WebXR SDK to a rendering engine

The WebXR SDK ships an adapter for each supported renderer. An adapter owns the XR render loop, keeps the camera in sync, and hands you the transform that places map-local content in the real world.

  1. Three.js Integration: ThreeAdapter wires XRSessionManager to a Three.js renderer and exposes a worldFromMap matrix on every successful localization.

  2. Needle Engine Integration: three Needle Engine components covering the full VPS workflow, usable from the Unity Inspector or programmatically through NeedleAdapter.

Using a custom renderer or Babylon.js? See Core Usage instead.

Last updated

Was this helpful?