]> git.tdb.fi Git - libs/gl.git/history - source/effects/shadowmap.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / effects / shadowmap.h
2021-10-30 Mikko RasaUpdate and improve documentation
2021-10-19 Mikko RasaSupport effects and subordinate sequences inside sequen...
2021-10-11 Mikko RasaAdd tetrahedron shadow maps for point lights
2021-10-11 Mikko RasaRefactor ShadowMap to allow different types of lights
2021-10-11 Mikko RasaSuppoer per-light shadow casters in ShadowMap
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-06 Mikko RasaSplit the Light class into subclasses by light type
2021-10-04 Mikko RasaRefactor ShadowMap to support multiple lights
2021-10-01 Mikko RasaDon't use an internal depth test in ShadowMap
2021-10-01 Mikko RasaSome more cleanup of includes and forward declarations
2021-09-13 Mikko RasaRemove deprecated constructors from effects
2021-08-18 Mikko RasaRedesign depth and stencil test and blend state management
2021-05-09 Mikko RasaAdd debug name capability to more classes
2021-05-04 Mikko RasaAccess builtin resources through a global instance
2021-04-28 Mikko RasaMove lighting calculations to world space
2021-04-18 Mikko RasaUse a separate shadow caster renderable for ShadowMap
2021-04-18 Mikko RasaUse persistent cameras in effects
2021-04-10 Mikko RasaPass Tag by value, not by reference
2021-04-03 Mikko RasaComments and cosmetic cleanups
2021-02-19 Mikko RasaLoad various built-in things through Resources
2021-02-14 Mikko RasaRearrange soucre files into subdirectories