]> git.tdb.fi Git - libs/gl.git/history - source/renderable.h
Fix a copypaste error in AnimationPlayer uniform setting code
[libs/gl.git] / source / renderable.h
2017-09-10 Mikko RasaSome comment updates
2016-12-05 Mikko RasaChange the setup/finish_frame interface to be non-const
2016-12-05 Mikko RasaRemove the Renderer-less overload of Renderable::render
2014-05-16 Mikko RasaImprove interface documentation a bit
2013-09-11 Mikko RasaAdd an interface for obtaining bounding spheres from...
2012-09-08 Mikko RasaNotify Renderables about the start and end of a frame
2012-09-03 Mikko RasaAdd a method of getting the model matrix of a Renderable
2012-08-26 Mikko RasaLots of comment updates
2012-08-26 Mikko RasaDrop support for Renderables that don't accept a Renderer
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-12 Mikko RasaGeneralize instancing to all Renderables
2011-01-10 Mikko RasaAdd a rendering supervisor class
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-04 Mikko RasaDrop Renderable::has_pass; renderables are now expected...
2008-09-24 Mikko RasaAdd virtual destructors to Renderable and Uniform
2008-09-03 Mikko RasaRequire mspgbase now that Image was moved there
2008-02-27 Mikko RasaAllow Renderables in a Scene to specify ordering
2007-11-04 Mikko RasaAdd a Tag class to identify passes
2007-11-04 Mikko RasaAdd class Renderable