summaryrefslogtreecommitdiff
path: root/demos/2d/isometric_light/map.scn
AgeCommit message (Collapse)Author
2015-12-09Update 2D demos scenes for 2.0 formatRémi Verschelde
2015-05-10-fixed some glitches in isometric light demo, closes #1858Juan Linietsky
2015-04-30-fixed broken lighting in release version of godot for isometric light demo, ↵Juan Linietsky
fixes #1697
2015-03-16New option to send canvas to render bufferJuan Linietsky
allows to use 3D environment effects for post processing such as Glow, Bloom, HDR, etc. in 2D.
2015-03-10small optimizations to isometric light demoJuan Linietsky
should work faster, and even faster if exported.. as textures have been optimized.
2015-03-09lot of work on 2D lighting and isometric mapsJuan Linietsky
added a new demo, isometric_light that does full isometric sorting, lights, shadows, etc.