interpolatePoses abstract method

void interpolatePoses(
  1. double alpha
)

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

void interpolatePoses(double alpha);