436

Creating interpolator behaviors
Summary

  • An Interpolator behavior varies a value over time using two mappings
  • Time-to-alpha
  • Alpha-to-value
  • An Alpha generator maps time to an alpha value that varies from 0.0 to 1.0 through several stages

  • Specific interpolator types use an alpha generator, and a target node to vary position, rotation, color, transparency, etc.