Table of Contents Chapter Index Previous Slide Next Slide 183

Building shapes out of points, lines, and faces
Syntax: CoordinateInterpolator

  • A CoordinateInterpolator node describes a coordinate path
  • keys - key fractions
  • values - key coordinate lists (X,Y,Z lists)
  • CoordinateInterpolator {
        key [ 0.0, . . . ]
        keyValue [ 0.0 1.0 0.0, . . . ]
    }