Reads the base experience helper of a default XR experience, which manages the session itself and is what the feature manager hangs off.
The default XR experience
The base experience helper
Reads the feature manager of a base experience, through which XR features such as hand tracking, hit testing or anchors are enabled and configured.
The base experience helper
The feature manager
Starts the default WebXR experience with the given options, which choose the session features to enable, the floor meshes for teleporting and the per-feature settings.
The XR experience options
The default XR experience
Starts the default WebXR experience with the engine's defaults: the enter-XR button, pointer selection and teleportation with no floor meshes.
The default XR experience
The building blocks the
webXr.simpleentry points are made of, for applications that hold the class directly: creating the default XR experience from the full set of options, or with none, and reading its base experience and feature manager to add features such as hand tracking or hit testing yourself.