Method HollowBox
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
HollowBox(Vector3, Vector3)
Builds a hollow box, useful as a container that things fall into.
public static CollisionMesh HollowBox(Vector3 center, Vector3 extents)Parameters
Returns
- CollisionMesh
-
The mesh.