aboutsummaryrefslogtreecommitdiff
path: root/scene/3d/baked_lightmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix timer second not zero padded when < 10Poommetee Ketson2018-02-191-1/+1
* Bind many more properties to scriptsBojidar Marinov2018-01-121-2/+2
* Fix registered light_data property type nameRuslan Mustakov2018-01-111-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+30
* -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-241-2/+2
* -Make capture dependent on a cell size, not subdivision.Juan Linietsky2017-12-211-34/+50
* doc: Sync classref with current sourceRémi Verschelde2017-12-181-1/+1
* Added baked light support for gridmaps.Juan Linietsky2017-12-181-12/+58
* Limit the lightmapper subdivide to 1024Hein-Pieter van Braam2017-12-171-4/+2
* Fix gdnative generation for lightmapper.K. S. Ernest (iFire) Lee2017-12-161-0/+6
* BakedLightmap: Update gizmo when setting extents.Andreas Haas2017-12-151-0/+1
* fix for compiling the new lightmapperMichele Valente2017-12-141-1/+1
* -Add lightmapperJuan Linietsky2017-12-141-0/+717