CF_ShapeType3¶
Category: collision
GitHub: cute_math3d.h
The types of 3d shapes the generic collision functions accept.
Values¶
| Enum | Description |
|---|---|
CF_SHAPE3_TYPE_NONE |
Unknown shape type. |
CF_SHAPE3_TYPE_SPHERE |
CF_Sphere shape type. |
CF_SHAPE3_TYPE_AABB |
CF_Aabb3 shape type. |
CF_SHAPE3_TYPE_CAPSULE |
CF_Capsule3 shape type. |
CF_SHAPE3_TYPE_TRIANGLE |
CF_Triangle3 shape type. |