Table of Contents Chapter Index Previous Slide Next Slide 99

Building Shapes out of Points, Lines, and Faces


(1) Specifying Coordinates

  • Location of dots (points) using Coordinate node
  • Coordinate {
        point [
            2.0 1.0 3.0,
            4.0 2.5 5.3,
            . . .
        ]
    }