Class XrWorldMeshStateRequestInfoML

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrWorldMeshStateRequestInfoML>
org.lwjgl.openxr.XrWorldMeshStateRequestInfoML
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrWorldMeshStateRequestInfoML extends org.lwjgl.system.Struct<XrWorldMeshStateRequestInfoML> implements org.lwjgl.system.NativeResource
Mesh block detection info.
Description

Each mesh block may have a 'skirt' if WORLD_MESH_DETECTOR_REMOVE_MESH_SKIRT_BIT_ML was not specified during the creation of the XrWorldMeshDetectorML. A skirt provides some overlap between adjacent mesh blocks. While a skirt improves coverage between blocks, it does not create a watertight mesh.

Valid Usage (Implicit)
See Also

XrExtent3DfEXT, XrPosef, RequestWorldMeshStateAsyncML

Layout


 struct XrWorldMeshStateRequestInfoML {
     XrStructureType type();
     void const * next();
     XrSpace baseSpace();
     XrTime time();
     XrPosef boundingBoxCenter();
     XrExtent3DfEXT boundingBoxExtents();
 }