aboutsummaryrefslogtreecommitdiff
path: root/scene/3d/baked_lightmap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+30
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* -Make capture dependent on a cell size, not subdivision.Juan Linietsky2017-12-211-16/+6
| | | | -Fixed a bug recently introduced when releasing mouse events and calling popups
* Added baked light support for gridmaps.Juan Linietsky2017-12-181-1/+4
|
* Limit the lightmapper subdivide to 1024Hein-Pieter van Braam2017-12-171-2/+0
| | | | | | Due to memory contraints in other places in Godot it is unlikely that anything higher than 1024 will actually work. When/if we improve memory management for vectors we can increase this limit again
* -Add lightmapperJuan Linietsky2017-12-141-0/+189
-Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button)