Table of Contents

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

center Vector3

See the Box3D documentation.

height float

See the Box3D documentation.

topWidth float

See the Box3D documentation.

bottomWidth float

See the Box3D documentation.

Returns

b3MeshData*

See the Box3D documentation.