Table of Contents Chapter Index Previous Slide Next Slide 280
Understanding Scalar Interpolators

Interpolating Other Data Types

Understanding Scalar Interpolators
  • ScalarInterpolator nodes describe:
  • keys - key fractions
  • values - key scalars (used for anything)

    ScalarInterpolator {
        key [ 0.0, . . . ]
        keyValue [ 4.5, . . . ]
    }