Method b3Body_AllowFastRotation
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_AllowFastRotation(b3BodyId, NativeBool)
Allow this body to rotate fast. Useful for axially symmetric bodies, such as vehicle wheels. Normally rotation speed is clamped to improve CCD. However, this clamping is unnecessary for bodies that only rotate fast around an axis of symmetry.
public static extern void b3Body_AllowFastRotation(b3BodyId bodyId, NativeBool flag)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
flagNativeBool-
See the Box3D documentation.