summaryrefslogtreecommitdiff
path: root/scene/3d/baked_lightmap.cpp
AgeCommit message (Expand)Author
2021-02-19doc: Sync classref with current sourceRémi Verschelde
2021-02-10Removed _change_notifyreduz
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-06-26Addition of SDFGI for open world global illuminationJuan Linietsky
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-12doc: Sync classref with current sourceRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11GIProbes working.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-07-10Notify changes in properties that can be edited by 3D gizmosHugo Locurcio
2019-07-02Updated lightmap baker to dynamically calculate lightmap sizes based on surfa...Nathan Warden
2019-06-16Tweak some editor property hints to be more flexible and consistentHugo Locurcio
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-05Fixes to baker, restored xatlas and fixed bake options.Juan Linietsky
2018-10-03Fix lightmap baking crash, may close some issues but I am not sure.Juan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-18Ability to disable scale in nodes, closes #19927Juan Linietsky
2018-02-19Fix timer second not zero padded when < 10Poommetee Ketson
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Fix registered light_data property type nameRuslan Mustakov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-21-Make capture dependent on a cell size, not subdivision.Juan Linietsky
2017-12-18doc: Sync classref with current sourceRémi Verschelde
2017-12-18Added baked light support for gridmaps.Juan Linietsky
2017-12-17Limit the lightmapper subdivide to 1024Hein-Pieter van Braam
2017-12-16Fix gdnative generation for lightmapper.K. S. Ernest (iFire) Lee
2017-12-15BakedLightmap: Update gizmo when setting extents.Andreas Haas
2017-12-14fix for compiling the new lightmapperMichele Valente
2017-12-14-Add lightmapperJuan Linietsky