Enum b3ShapeType
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
The shape type. Mirror of b3ShapeType.
public enum b3ShapeTypeFields
b3_capsuleShape = 0-
A capsule, which is an extruded sphere.
b3_compoundShape = 1-
A baked compound composed of spheres, capsules, hulls and meshes.
b3_heightShape = 2-
A height field, useful for terrain.
b3_hullShape = 3-
A convex hull.
b3_meshShape = 4-
A triangle soup.
b3_sphereShape = 5-
A sphere with an offset centre.
b3_shapeTypeCount = 6-
The number of shape types.
Remarks
The ordering is alphabetical in the C header and is load-bearing for the collision dispatch tables.