Elements.pyGLV.GL.VertexArray¶
VertexArray class
The VertexArray Compoment class is the dedicated to a specific type of data container Component that of assembling, using and destroying OpenGL API vertex array and buffer objects
Based on the Composite and Iterator design patterns:
https://github.com/faif/python-patterns/blob/master/patterns/structural/composite.py
https://github.com/faif/python-patterns/blob/master/patterns/behavioral/iterator.py
Classes
|
A concrete VertexArray class |