Changes state of the continuous collision detection (CCD). If both maxMotion and shapeCastRadius is >=0 then the CCD is enabled. If you want to disable it, use -1.
| maxMotion | Max motion threshold when sphere-cast is performed, to find time of impact. It should be little bit less than size of the geometry to catch the situation when tunneling can happen. |
| sphereCastRadius | The radius of the largest possible sphere, that is completely inside the body geometry. |