Table of Contents Chapter Index Previous Slide Next Slide 180
Syntax: IndexedFaceSet

Building shapes out of points, lines, and faces
Syntax: IndexedFaceSet
  • An IndexedFaceSet geometry node creates geometry out of faces
  • A flat facet (polygon) is drawn using an outline specified by coordinates
  • IndexedFaceSet {
        coord Coordinate {
            point [  . . .  ]
        }
        coordIndex [ . . . ]
    }