Method b3CreateBoxMesh
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreateBoxMesh(Vector3, Vector3, NativeBool)
Create a box mesh.
public static extern b3MeshData* b3CreateBoxMesh(Vector3 center, Vector3 extent, NativeBool identifyEdges)Parameters
centerVector3-
See the Box3D documentation.
extentVector3-
See the Box3D documentation.
identifyEdgesNativeBool-
See the Box3D documentation.
Returns
- b3MeshData*
-
See the Box3D documentation.