Method b3CreatePlatformMesh
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreatePlatformMesh(Vector3, float, float, float)
Create a platform mesh. A truncated pyramid.
public static extern b3MeshData* b3CreatePlatformMesh(Vector3 center, float height, float topWidth, float bottomWidth)Parameters
centerVector3-
See the Box3D documentation.
heightfloat-
See the Box3D documentation.
topWidthfloat-
See the Box3D documentation.
bottomWidthfloat-
See the Box3D documentation.
Returns
- b3MeshData*
-
See the Box3D documentation.