181

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
  • Shape {
        appearance Appearance { . . . }
        geometry PointSet {
            coord Coordinate {
                point [  . . .  ]
            }
        }
    }