]> git.tdb.fi Git - libs/gl.git/history - source/simplescene.h
Fix a stale pointer issue with Animation
[libs/gl.git] / source / simplescene.h
2016-12-05 Mikko RasaChange the setup/finish_frame interface to be non-const
2016-12-05 Mikko RasaStore Renderables as non-const pointers or references
2015-12-07 Mikko RasaRearrange things in ZSortedScene a bit
2015-12-04 Mikko RasaCache renderables in SimpleScene into a vector
2013-09-21 Mikko RasaAdd a Scene type that sorts its renderables by depth
2012-09-08 Mikko RasaNotify Renderables about the start and end of a frame
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-10 Mikko RasaAdd a rendering supervisor class
2010-12-09 Mikko RasaChange Scene into an abstract base class and add a...