Class METASpatialEntityMesh

java.lang.Object
org.lwjgl.openxr.METASpatialEntityMesh

public class METASpatialEntityMesh extends Object
The XR_META_spatial_entity_mesh extension.

This extension expands on the concept of spatial entities to include a way for a spatial entity to represent a triangle mesh that describes 3D geometry of the spatial entity in a scene. Spatial entities are defined in XR_FB_spatial_entity extension using the Entity-Component System. The triangle mesh is a component type that may be associated to a spatial entity.

In order to enable the functionality of this extension, you must pass the name of the extension into CreateInstance via the XrInstanceCreateInfo::enabledExtensionNames parameter as indicated in the extension section.