Table of Contents Chapter Index Previous Slide Next Slide 281
A Sample Using Other Interpolators

Interpolating Other Data Types

A Sample Using Other Interpolators
DEF Spin OrientationInterpolator {
    key   [ 0.0, . . . ]
    keyValue [ 0.0 1.0 0.0 0.0, . . .]
}
ROUTE Timer.fraction_changed
   TO Spin.set_fraction

ROUTE Spin.value_changed
   TO Globe.set_rotation