MLMeshingExtents
Axis aligned bounding box for querying updated mesh info.
Public Attributes
center
The center of the bounding box.
public MagicLeapNativeBindings.MLVec3f center;
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.
public MagicLeapNativeBindings.MLVec3f extents;
rotation
The rotation of the bounding box.
public MagicLeapNativeBindings.MLQuaternionf rotation;