Table of Contents

Method b3GetMeshFlags

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3GetMeshFlags(b3MeshData*)

Gets the per-triangle adjacency flags of a mesh.

public static byte* b3GetMeshFlags(b3MeshData* mesh)

Parameters

mesh b3MeshData*

The mesh.

Returns

byte*

A pointer to the array, or null when the mesh has none.

Remarks

The entry count equals the triangle count and each value is a Box3D.Native.b3MeshEdgeFlags.