Features
Important
To use any feature in this package, you must enable the corresponding OpenXR Feature in the Meta Quest feature group. Otherwise, your app can't access these features. Refer to Enable OpenXR features to understand how to enable OpenXR features for the Meta Quest.
This package defines the following OpenXR Features:
Feature | Description |
---|---|
Display utilities | Get the supported display refresh rates for the device and request a display refresh rate. |
Boundary visibility | Suppress the visibility of the boundary. |
AR Features implement AR Foundation interfaces. This package implements the following AR features:
AR Feature | Description |
---|---|
Session | Enable, disable, and configure AR on the target platform. |
Camera | Render images from device cameras and perform light estimation. |
Planes | Use Scene Model data to track flat surfaces. |
Bounding boxes | Use Scene Model data to track bounding boxes of 3D objects. |
Anchors | Track arbitrary points in space. |
Ray casts | Cast rays against tracked items. |
Meshing | Generate meshes of the environment. |
Occlusion | Occlude virtual content with physical objects. |
Tip
If your app doesn't use a feature, it's best practice to disable that feature. In some cases doing so can improve your app's performance.