MLMeshingMesh
Module: Meshing2
#include <ml_meshing2.h>
Public Attributes
Type | Name |
---|---|
MLMeshingResult | result |
MLTime | timestamp |
uint32_t | data_count |
MLMeshingBlockMesh * | data |
Detailed Description
struct MLMeshingMesh;
Result of a Mesh request. See MLMeshingGetMeshResult() for details.
Public Attributes Documentation
result
MLMeshingResult result;
The result of the meshing. Can have partial updates.
timestamp
MLTime timestamp;
The timestamp when data was generated.
data_count
uint32_t data_count;
Number of meshes available in data.
data
MLMeshingBlockMesh * data;
The mesh data.