Table of Contents

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

center Vector3

See the Box3D documentation.

extent Vector3

See the Box3D documentation.

Returns

b3MeshData*

See the Box3D documentation.