Table of Contents Chapter Index Previous Slide Next Slide 103

Building Shapes out of Points, Lines, and Faces


IndexedLineSet node

  • Straight lines are drawn between points
  • IndexedLineSet {
        coord Coordinate {
            point [  . . .  ]
        }
        coordIndex [
            1, 0, 3, -1, . . .
        ]
    }