summaryrefslogtreecommitdiffstats
path: root/scene/3d/baked_lightmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-6/+6
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-11/+11
* GIProbes working.Juan Linietsky2020-02-111-4/+6
* Texture refactorJuan Linietsky2020-02-111-8/+6
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-2/+2
|\
| * Added some obvious errors explanationsqarmin2019-09-251-2/+2
* | Notify changes in properties that can be edited by 3D gizmosHugo Locurcio2019-07-101-0/+1
|/
* Updated lightmap baker to dynamically calculate lightmap sizes based on surfa...Nathan Warden2019-07-021-3/+17
* Tweak some editor property hints to be more flexible and consistentHugo Locurcio2019-06-161-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixes to baker, restored xatlas and fixed bake options.Juan Linietsky2018-10-051-16/+53
* Fix lightmap baking crash, may close some issues but I am not sure.Juan Linietsky2018-10-031-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-3/+0
* Ability to disable scale in nodes, closes #19927Juan Linietsky2018-07-181-0/+1
* 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