425

Creating interpolator behaviors
ScaleInterpolator class methods

  • ScaleInterpolator linearly interpolations a scale value from a starting value to an ending value

  • Methods on ScaleInterpolator set the scale axis, value range, and target
  • Sets the scale in a TransformGroup
  • Method
    ScaleInterpolator( Alpha alpha, TransformGroup target )
    void setAxisOfScale( Transform3D axis )
    void setMaximumScale( float scale )
    void setMinimumScale( float scale )
    void setTarget( TransformGroup target )