CylinderCollisionType Enumeration |
Namespace: Demo3D.Visuals
public enum CylinderCollisionType
| Member name | Value | Description | |
|---|---|---|---|
| Box | 0 | Bounding box for cylinder physics. | |
| Cylinder | 1 | Accurate cylinder physics. | |
| ConvexHull | 2 | Tightly wraps the accurate cylinder physics. | |
| ConvexHullDecomposition | 3 | Decomposes the cylinder geometry into a set of convex-hulls. |
© Emulate3D Ltd. All rights reserved.