Manual:

Tutorials:

API:

ChipmunkBodyInterpolationMode

Enumeration

Used to specify if a @ChipmunkBody@ should have it's position and rotation interpolated outside of the fixed time step.

Note: Currently does not yet support interpolation, but this is coming in a future version. Normally I would recommend extrapolation over interpolation anyway.


Values


NoneDon't interpolate the body's position (default).
ExtrapolateExtrapolate the body's position.