]> git.tdb.fi Git - libs/gl.git/commit
Add Mesh and Batch classes
authorMikko Rasa <tdb@tdb.fi>
Tue, 4 Sep 2007 09:59:14 +0000 (09:59 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 4 Sep 2007 09:59:14 +0000 (09:59 +0000)
commitf71aee8c20ff85e4857e4dfad0c20ce606ea3717
tree6fe16cae5e60a3001783846f6b935a0d08e4d545
parentb31a5873556fe046488587568fe35236227e3606
Add Mesh and Batch classes
Implement VertexBuffer::unbind correctly
Fix VertexFormat parsing
Add input conversion for PrimitiveType
source/batch.cpp [new file with mode: 0644]
source/batch.h [new file with mode: 0644]
source/mesh.cpp [new file with mode: 0644]
source/mesh.h [new file with mode: 0644]
source/primitivetype.cpp [new file with mode: 0644]
source/primitivetype.h
source/vertexarray.cpp
source/vertexbuffer.cpp
source/vertexbuffer.h
source/vertexformat.cpp