mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 21:01:50 +08:00
Merge pull request #64587 from Calinou/editor-environment-defaults-decrease-shadow-max-distance
Decrease editor shadow maximum distance to match DirectionalLight3D default
This commit is contained in:
commit
fe0c216bc7
@ -7632,7 +7632,7 @@ void Node3DEditor::_load_default_preview_settings() {
|
||||
environ_tonemap_button->set_pressed(true);
|
||||
environ_ao_button->set_pressed(false);
|
||||
environ_gi_button->set_pressed(false);
|
||||
sun_max_distance->set_value(250);
|
||||
sun_max_distance->set_value(100);
|
||||
|
||||
sun_color->set_pick_color(Color(1, 1, 1));
|
||||
sun_energy->set_value(1.0);
|
||||
|
Loading…
Reference in New Issue
Block a user