Table of Contents

Method b3CreateMesh

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

b3CreateMesh(b3MeshDef*, int*, int)

Create a generic mesh.

public static extern b3MeshData* b3CreateMesh(b3MeshDef* def, int* degenerateTriangleIndices, int degenerateCapacity)

Parameters

def b3MeshDef*

See the Box3D documentation.

degenerateTriangleIndices int*

See the Box3D documentation.

degenerateCapacity int

See the Box3D documentation.

Returns

b3MeshData*

See the Box3D documentation.