]> git.tdb.fi Git - libs/gl.git/history - source/mesh.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / mesh.h
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-14 Mikko RasaAdd WindingTest and support for it in Mesh and Renderer
2011-01-10 Mikko RasaAdd a rendering supervisor class
2010-12-19 Mikko RasaSupport different data types in Batch
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...
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-17 Mikko RasaAllow retrieving data from Mesh
2007-10-10 Mikko RasaMake Material::apply const
2007-09-04 Mikko RasaAdd Mesh and Batch classes