155

Animating transforms
Syntax: ColorInterpolator

  • ColorInterpolator node describes a color path
  • key - key fractional times
  • keyValue - key colors (red, green, blue)

    ColorInterpolator {
        key [ 0.0, . . . ]
        keyValue [ 1.0 1.0 0.0, . . . ]
    }
  • Typically route into a Material node's set_diffuseColor or set_emissiveColor inputs