289

Creating Interpolators
Motivation

  • Many simple behaviors can be expressed as interpolators
  • Vary a parameter from a starting to an ending value during a time interval
  • Transforms, colors, switches
  • Java 3D provides special-case interpolator behaviors
  • Enables optimized implementations
  • Since they are closed functions of time, they can be used for dead-reckoning over a network