]> git.tdb.fi Git - libs/gl.git/history - source/shadowmap.h
Visit the rest of an iteration statement in NodeRemover
[libs/gl.git] / source / shadowmap.h
2016-12-07 Mikko RasaAdd a default tag to render functions that were missing it
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
2016-11-05 Mikko RasaUse an orthographic camera for rendering the shadow map
2016-07-27 Mikko RasaFix incorrect multiple inclusion guards
2013-12-19 Mikko RasaAutomatically determine texture units for effects
2013-12-16 Mikko RasaAdd shd_eye_matrix to ShadowMap's shdata
2013-12-16 Mikko RasaUse vector and matrix operations in ShadowMap
2012-09-08 Mikko RasaUse the frame notifications in ShadowMap
2012-08-30 Mikko RasaImprovements for shadow mapping
2012-08-28 Mikko RasaProvide the necessary uniforms from ShadowMap
2012-08-16 Mikko RasaTurn Effect into a Renderable
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2009-09-21 Mikko RasaAdd get_width() / get_height() methods to Renderbuffer...
2009-07-05 Mikko RasaAdd Vector3 and Vector4 classes