Table of contents Chapter index Previous slide Next slide 180
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
  • Shape {
    
        appearance Appearance { . . . }
    
        geometry PointSet {
    
            coord Coordinate {
    
                point [  . . .  ]
    
            }
    
        }
    
    }