]> git.tdb.fi Git - libs/gl.git/history - source/mesh.cpp
Style update: add spaces around assignment operators
[libs/gl.git] / source / mesh.cpp
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...
2009-01-10 Mikko RasaRewrite VertexFormat to support an arbitary amount...
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2008-09-05 Mikko RasaAdd append() method and and operator[] to VertexArray
2008-05-19 Mikko RasaAdd Mesh::use_vertex_buffer
2008-02-26 Mikko RasaAdd class MeshBuilder
2007-10-10 Mikko RasaMake Material::apply const
2007-10-01 Mikko RasaAdd mult_matrix functions
2007-09-04 Mikko RasaAdd Mesh and Batch classes