enum PhysicsFlag
Flags for controlling physics behaviour globally.
Values
| Name | Value | Description |
|---|---|---|
CCT_OverlapRecovery |
1 |
Automatically recovers character controllers that are interpenetrating geometry. |
CCT_PreciseSweeps |
2 |
Performs more accurate sweeps when moving the character controller, making it less likely to interpenetrate geometry. |
CCT_Tesselation |
4 |
Large triangles can cause problems with character controller collision. |
CCD_Enable |
8 |
Enables continous collision detection. |