CC3VertexRunLengthIndices Class Reference

An index array that manages the drawing indices of an array of vertices, treating the index array as a run-length encoded array of indexes. More...

#import <CC3VertexArrays.h>

Inheritance diagram for CC3VertexRunLengthIndices:
Inheritance graph
[legend]
Collaboration diagram for CC3VertexRunLengthIndices:
Collaboration graph
[legend]

List of all members.


Detailed Description

An index array that manages the drawing indices of an array of vertices, treating the index array as a run-length encoded array of indexes.

This class is also a type of CC3DrawableVertexArray, and as such, is capable of drawing the vertex elements to the GL engine, in this case as a run-length encoded series of drawing calls.


The documentation for this class was generated from the following file: