Skip to main content
Version: 20 Mar 2024

MLMeshingExtents

Module: Meshing2

More...

#include <ml_meshing2.h>

Public Attributes

TypeName
MLVec3fcenter
MLQuaternionfrotation
MLVec3fextents
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.