191

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
        }
    }