.. | ||
Editor | ||
MeshingFeaturePlugin | ||
DynamicMeshPrefab.prefab | ||
DynamicMeshPrefab.prefab.meta | ||
Editor.meta | ||
FallingSphere.cs | ||
FallingSphere.cs.meta | ||
MeshingBehaviour.cs | ||
MeshingBehaviour.cs.meta | ||
MeshingFeature.unity | ||
MeshingFeature.unity.meta | ||
MeshingFeaturePlugin.meta | ||
MeshingTeapotFeature.cs | ||
MeshingTeapotFeature.cs.meta | ||
README.md | ||
README.md.meta |
Meshing Feature Sample
Demonstrates how to author an OpenXR Feature which sets up a custom XR Meshing Subsystem.
The XR SDK Meshing Subsystem allows for one to surface procedurally-generated meshes within Unity. Within OpenXR this functionality can be exposed by using creating an OpenXRFeature
to manage the subsystem. This sample uses a native plugin to provide a teapot mesh through a XRMeshingSubsystem that is managed by an OpenXR feature.
See the XR SDK Meshing Subsystem for more information about the meshing subsystem.
See the Unity OpenXR Documentation for more information on developing a custom feature.