RollerConveyorCenterCollisionType Enumeration |
The physics collision geometry type to use for the center of roller conveyor.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic enum RollerConveyorCenterCollisionType
Members| Member name | Value | Description |
|---|
| Auto | 0 |
Automatically select for best performance.
|
| Box | 1 |
Use object-oriented bounding box.
|
| Cylinder | 2 |
Use cylinders to model rollers.
|
| ConvexHull | 3 |
Use convex-hull decomposition.
|
| TriangleMesh | 4 |
Use the triangle mesh.
|
| VisualOnly | 5 |
No physics geometry.
|
See Also