Convenience class for working with OpenGL vertex arrays. It interleaves all data in the order you specified in the constructor via {@link VertexAttribute}.
This class does not support shaders and for that matter OpenGL ES 2.0. For this {@link VertexBufferObject}s are needed.
@author mzechner, Dave Clayton
|
|
|
|
|
|
|
|
|
|
|
|
|
|