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:
Yuri Sizov 2022-08-23 15:36:35 +03:00 committed by GitHub
commit fe0c216bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);