interpolatePoses method
Writes interpolated dynamic-body poses to their PoseTargets.
alpha is the accumulator fraction in [0, 1], 0 the previous
step, 1 the current step.
Implementation
@override
void interpolatePoses(double alpha) {
// No dynamics, no poses to interpolate. Fixed and kinematic bodies
// move only when their owner moves the pose target.
}