183

Building shapes out of points, lines, and faces
Syntax: IndexedLineSet

  • An IndexedLineSet geometry node creates geometry out of lines
  • A straight line is drawn between pairs of selected coordinates
  • Shape {
        appearance Appearance { . . . }
        geometry  IndexedLineSet {
            coord Coordinate {
                point [  . . .  ]
            }
            coordIndex [ . . . ]
        }
    }