]> git.tdb.fi Git - libs/gl.git/history - source/vertexformat.h
Fix a stale pointer issue with Animation
[libs/gl.git] / source / vertexformat.h
2016-12-03 Mikko RasaRemove dynamic allocation from VertexFormat
2012-09-02 Mikko RasaStandard vertex components for tangent and binormal...
2012-09-02 Mikko RasaLoad VertexFormat for Mesh as an array of VertexComponents
2012-09-02 Mikko RasaRearrange vertex components
2012-09-02 Mikko RasaAdd a helper function for making indexed vertex components
2012-09-02 Mikko RasaTurn VertexFormat into a class and hide the data member
2012-09-02 Mikko RasaHelper functions for extracting vertex component type...
2011-09-07 Mikko RasaFix an incorrect #include
2011-09-06 Mikko RasaUse the lexical_cast framework instead of istreams
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-04-04 Mikko RasaAdd a method to get the offset of a single component...
2011-02-03 Mikko RasaSupport multiple sets of texture coordinates in datafiles
2010-07-15 Mikko RasaSupport multiple sets of texture coordinates in VertexA...
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2010-02-04 Mikko RasaAdd a tool to convert a mesh into C code
2009-01-10 Mikko RasaRewrite VertexFormat to support an arbitary amount...
2007-09-03 Mikko RasaMove VertexFormat and VertexArrayBuilder to their own...