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
defb3MeshDef*-
See the Box3D documentation.
degenerateTriangleIndicesint*-
See the Box3D documentation.
degenerateCapacityint-
See the Box3D documentation.
Returns
- b3MeshData*
-
See the Box3D documentation.