Skip to main content
Version: 17 Jan 2024

MLMeshingMesh

Module: Meshing2

More...

#include <ml_meshing2.h>

Public Attributes

TypeName
MLMeshingResultresult
MLTimetimestamp
uint32_tdata_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.