MLMeshingExtents
Module: Meshing2
#include <ml_meshing2.h>
Public Attributes
| Type | Name | 
|---|---|
| MLVec3f | center | 
| MLQuaternionf | rotation | 
| MLVec3f | extents  The size of the bounding box. When a mesh request is complete all mesh blocks within 10 meters of the device that intersect with the extents provided here will be returned in MLMeshingMeshInfo.  | 
Detailed Description
struct MLMeshingExtents;
Axis aligned bounding box for querying updated mesh info.
Public Attributes Documentation
center
MLVec3f center;
The center of the bounding box.
rotation
MLQuaternionf rotation;
The rotation of the bounding box.
extents
MLVec3f extents;
The size of the bounding box. When a mesh request is complete all mesh blocks within 10 meters of the device that intersect with the extents provided here will be returned in MLMeshingMeshInfo.