Functions | |
SP_EXPORT void | add (Interpolator *Interp) |
SP_EXPORT void | remove (Interpolator *Interp) |
SP_EXPORT void | update () |
Updates all interpolation instances. Call this function every frame only once. |
SP_EXPORT void sp::math::InterpolatorManager::add | ( | Interpolator * | Interp | ) |
Adds a new interpolation instance to the list. This will be called automatically when you 'play' an interpolation 'animation'.
SP_EXPORT void sp::math::InterpolatorManager::remove | ( | Interpolator * | Interp | ) |
Removes an interpolation instance from the list. This will be called automatically when the interpolation 'animation' is being updated and has just finished.
SP_EXPORT void sp::math::InterpolatorManager::update | ( | ) |
Updates all interpolation instances. Call this function every frame only once.