summaryrefslogtreecommitdiffstats
path: root/scene/3d/lightmap_gi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-0/+2
|\
| * Add lightmap bake cancellingBad Sector2024-11-211-0/+2
| |
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-4/+2
|\|
| * Allow more flexible adjustments of VisualInstance3D Lightmap ScaleHugo Locurcio2024-11-141-4/+2
| | | | | | | | | | Any floating-point value greater than 0.01 can now be used. Prior to this change, only factors of 1×, 2× and 4× and 8× could be used.
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-73/+91
|\|
| * Merge pull request #98289 from BlueCube3310/lightmap-clenaupThaddeus Crews2024-10-291-73/+91
| |\ | | | | | | | | | LightmapGI: Clean up and improve lightmap atlas storage
| | * LightmapGI: Clean up and improve lightmap atlas storageBlueCube33102024-10-181-73/+91
| | |
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| | |
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-9/+6
|\| |
| * | Fix unreachable code in `lightmap_gi.cpp`A Thousand Ships2024-10-151-9/+6
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Check RenderingDevice availability to display LightmapGI configuration warningsHugo Locurcio2024-09-281-2/+11
| | | | | | | | | We can now check whether RenderingDevice can be created (which is not guaranteed when using the Compatibility rendering method), so the warning can be displayed only when relevant. This also disables the Bake Lightmaps button with a tooltip if baking is not available.
* Merge pull request #93353 from AThousandShips/config_warning_fixRémi Verschelde2024-09-081-1/+1
|\ | | | | | | Fix super call in various `get_configuration_warnings` methods
| * Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
| |
* | LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-051-0/+19
|/
* Merge pull request #95000 from ↵Rémi Verschelde2024-08-161-0/+1
|\ | | | | | | | | | | Calinou/lightmapgi-environment-fix-custom-rotation-bake Fix LightmapGI not taking environment sky rotation into account when baking
| * Fix LightmapGI not taking environment sky rotation into account when bakingHugo Locurcio2024-08-051-0/+1
| | | | | | | | | | | | | | The sky rotation now affects the baked environment lighting as it should, making it match how real-time ambient light rendering works. Co-authored-by: Per Melin <git@melin.net>
* | Merge pull request #83497 from grenappels/probe_distance_fixRémi Verschelde2024-08-161-1/+1
|\ \ | |/ |/| | | Fix generated light probes placing too close to manual light probes
| * fix to ensure generated light probes do not get placed too close to manual ↵Kyle Appelgate2023-10-171-1/+1
| | | | | | | | light probes
* | Fix newly baked lightmap can't override previously baked at same pathjsjtxietian2024-07-231-1/+1
| |
* | Lightmapper: Prevent infinite loop when blitting lightmaps into an atlasBlueCube33102024-07-131-1/+5
| |
* | Add denoiser range property for LightmapGIlandervr2024-05-151-1/+16
| |
* | LightmapGI: Reduce warnings and increase probe accuracyPer Melin2024-04-151-9/+50
| |
* | Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
| | | | | | | | This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc.
* | Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
| |
* | Add GLES3 infrastructure for lightmap baking in the compatibility backendclayjohn2024-01-241-1/+1
| |
* | Add texel_scale property to LightmapGIMarcin Nowak2024-01-041-5/+18
| |
* | OpenGL: Implement rendering of lightmapsDavid Snopek2023-12-041-1/+1
| |
* | Merge pull request #77788 from ↵Rémi Verschelde2023-10-261-93/+114
|\ \ | | | | | | | | | | | | | | | gongpha/stop-posting-about-(re)importing-assets-whatever-dot-exr Avoid reimporting lightmap textures every getter call
| * | Avoid reimporting lightmap textures every getter callKongfa Waroros2023-10-221-93/+114
| |/
* / Fix LightmapGI taking editor-only and sky-only lights into accountHugo Locurcio2023-10-231-1/+9
|/ | | | | These lights are not visible when running the project (or at all), so they shouldn't affect the lightmap baking process.
* Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's ↵Dario2023-10-131-9/+37
| | | | | | CPU Lightmapper. Port over the logic from Godot 3.5 for indirect lighting. This should fix many issues about indirect bounces causing more energy and improve the overall quality of the result.
* Merge pull request #81659 from DarioSamo/nlm-denoiserYuri Sizov2023-09-271-1/+17
|\ | | | | | | Replace OIDN denoiser in Lightmapper with a JNLM denoiser compute shader.
| * Replace OIDN denoiser with a JNLM denoiser compute shader implementation.Dario2023-09-251-1/+17
| |
* | Merge pull request #81545 from bitsawer/fix_lightmap_gridmap_bakeRémi Verschelde2023-09-261-1/+1
|\ \ | |/ |/| | | Fix LightmapGI baking with GridMap
| * Fix LightmapGI baking with GridMapbitsawer2023-09-111-1/+1
| |
* | Propagate error correctly when max texture size for lightmaps is too small.Dario2023-09-111-1/+4
|/ | | | Add error handling for BAKE_ERROR_LIGHTMAP_TOO_SMALL, which was previously ignored. Fixes #81453.
* Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
| | | | | | | | | Also includes typo fixes from #79993, #80068, #80276, and #80303. Co-authored-by: betalars <contact@betalars.de> Co-authored-by: spaceyjase <429978+spaceyjase@users.noreply.github.com> Co-authored-by: Swarkin <102416174+Swarkin@users.noreply.github.com> Co-authored-by: Raul Santos <raulsntos@gmail.com>
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
|
* Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-0/+11
|
* Set Default compression to VRAM uncompressed for LightmapGIclayjohn2023-02-111-1/+2
| | | | | | This increases the speed to be near instant and removes the perceived lightmap bake speed regression We need to investigate the speed and quality issues with BPTC and re-enable compression when we can
* Merge pull request #63251 from ↵Rémi Verschelde2023-01-231-0/+2
|\ | | | | | | | | | | SaracenOne/disable_data_generation_on_foreign_resources Disable navmesh, lightmap, and VoxelGI generation on foreign data
| * Disable navmesh, lightmap, and VoxelGI generation on foreign dataSaracenOne2023-01-061-0/+2
| |
* | Use range iterators in LocalVector loopskobewi2023-01-211-10/+9
| |
* | Enforce a default minimum lightmap size hint sizeclayjohn2023-01-131-1/+9
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
|
* Make some Image methods statickobewi2022-10-141-6/+3
|
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵bruvzg2022-10-071-17/+17
| | | | change warnings=all to use /W4.
* Merge pull request #65807 from clayjohn/light-units-bugRémi Verschelde2022-09-291-3/+12
|\ | | | | | | Validate physical light units in GI classes.