virtualx-engine/scene
Hugo Locurcio 7dee32ad14
Tweak LightmapGI defaults to be closer to the CPU lightmapper
- Use 3 bounces by default.
- Enable environment lighting from the scene by default.
  - This is not done in `3.x` for compatibility with existing projects,
    but it makes sense to do this by default since pretty much all
    outdoor scenes benefit from this.
- Set the custom environment color to white (like ReflectionProbe).
  - Its default energy is still 0, so it's invisible by default.
- Enable the generation of dynamic object probes by default.
- Tweak the `max_texture_size` property hint for better usability.
- Improve error messages when passing invalid sizes to
  `LightmapGI.set_max_texture_size()`.
2022-09-16 16:27:00 +02:00
..
2d Merge pull request #65148 from Mickeon/animated-sprite-negative-speed-scale 2022-09-16 09:18:42 +02:00
3d Tweak LightmapGI defaults to be closer to the CPU lightmapper 2022-09-16 16:27:00 +02:00
animation Fix crash when playing Tween right after finishing 2022-09-16 14:20:12 +02:00
audio Fix AudioStreamPlayer not resuming after returning to SceneTree 2022-09-05 16:52:46 +02:00
debugger Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
gui Add configuration warning to GraphEdit regarding future refactoring 2022-09-14 18:09:21 +02:00
main Merge pull request #65496 from MinusKube/popup-capture-mouse-bug 2022-09-16 09:23:40 +02:00
resources Merge pull request #65873 from Chaosus/fix_uniform_sorting 2022-09-16 09:24:18 +02:00
theme Un-defer the initial theme changed notification 2022-09-02 23:44:23 +03:00
property_utils.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
property_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_scene_types.cpp Add compatibility class for VisualShaderNodeFloatUniform 2022-09-06 08:04:46 +03:00
register_scene_types.h Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00
scene_string_names.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_string_names.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00