Method b3CreateHollowBoxMesh
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreateHollowBoxMesh(Vector3, Vector3)
Create a hollow box mesh.
public static extern b3MeshData* b3CreateHollowBoxMesh(Vector3 center, Vector3 extent)Parameters
Returns
- b3MeshData*
-
See the Box3D documentation.