Class IndexedTriangleStripArray


  • public class IndexedTriangleStripArray
    extends IndexedGeometryStripArray
    The IndexedTriangleStripArray object draws an array of vertices as a set of connected triangle strips. An array of per-strip index counts specifies where the separate strips appear in the indexed vertex array. For every strip in the set, each vertex, beginning with the third vertex in the array, defines a triangle to be drawn using the current vertex and the two previous vertices.