adamlwgriffiths / PyGLy

Pure Python OpenGL framework using PyOpenGL
http://adamlwgriffiths.github.com/PyGLy/
Other
37 stars 5 forks source link

Re-write vertex buffer #24

Closed adamlwgriffiths closed 11 years ago

adamlwgriffiths commented 11 years ago

Implement set/get like numpy array. provide convenience functions for setting gl buffer attributes.

adamlwgriffiths commented 11 years ago

Work being done in branch 'vertex_buffer'. https://github.com/adamlwgriffiths/PyGLy/tree/vertex_buffer

adamlwgriffiths commented 11 years ago

Merged in pull request https://github.com/adamlwgriffiths/PyGLy/pull/25