Table of Contents Chapter Index Previous Slide Next Slide 174
Syntax: PointSet

Building shapes out of points, lines, and faces
Syntax: PointSet
  • A PointSet geometry node creates geometry out of points
  • One point (a dot) is placed at each coordinate
  • PointSet {
        coord Coordinate {
            point [  . . .  ]
        }
    }