summaryrefslogtreecommitdiffstats
path: root/scene/3d/voxel_light_baker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky2017-12-261-3/+1
* -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-241-51/+25
* Prevent false sharing in lightbaker RNG stateHein-Pieter van Braam2017-12-201-2/+7
* Fix lightmapper rngHein-Pieter van Braam2017-12-201-16/+35
* Correct license headers in main.cpp and voxel_light_baker.cppHein-Pieter van Braam2017-12-201-1/+1
* Fix lightbaker clang-format issue and add license headersHein-Pieter van Braam2017-12-201-1/+31
* Lightbaker: include stdlib.h to fix CI buildsHein-Pieter van Braam2017-12-201-0/+2
* Fix randomness in voxel light baker, closes #14841Juan Linietsky2017-12-191-5/+10
* Fix raytrace lightmap bake biasJuan Linietsky2017-12-191-2/+2
* properly plot normal when bakingJuan Linietsky2017-12-191-18/+62
* Fixed bug where all file dialogs requested thumbnails even if hidden.Juan Linietsky2017-12-191-0/+3
* Added baked light support for gridmaps.Juan Linietsky2017-12-181-15/+21
* Cleanup some #if 0'd codeRémi Verschelde2017-12-171-20/+1
* Merge pull request #14760 from hpvb/add-several-unlikely-macrosRémi Verschelde2017-12-171-4/+4
|\
| * Add several unlikely() macrosHein-Pieter van Braam2017-12-171-4/+4
* | Merge pull request #14758 from hpvb/optimize-lightbaker-rngRémi Verschelde2017-12-171-2/+14
|\ \
| * | Use a more naive RNG for the lightmapperHein-Pieter van Braam2017-12-171-2/+14
| |/
* / Tweak OpenMP parameters for lightbakerHein-Pieter van Braam2017-12-171-3/+5
|/
* fix for compiling the new lightmapperMichele Valente2017-12-141-3/+3
* -Add lightmapperJuan Linietsky2017-12-141-0/+2373