Table of contents Chapter index Previous slide Next slide 190
Syntax: IndexedFaceSet

Building shapes out of points, lines, and faces
Syntax: IndexedFaceSet
  • An IndexedFaceSet geometry node creates geometry out of faces
  • solid - shape is solid
  • ccw - faces are counter-clockwise
  • convex - faces are convex
  • Shape {
    
        appearance Appearance { . . . }
    
        geometry IndexedFaceSet {
    
            coord Coordinate { . . . }
    
            coordIndex [ . . . ]
    
            solid TRUE
    
            ccw TRUE
    
            convex TRUE
    
        }
    
    }