154

Animating transforms
Syntax: PositionInterpolator

  • A PositionInterpolator node describes a position or scale path
  • key - key fractional times
  • keyValue - key positions (or scales)

    PositionInterpolator {
        key [ 0.0, . . . ]
        keyValue [ 0.0 0.0 0.0, . . . ]
    }
  • Typically route into a Transform node's set_scale input