mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add warnings for unsupported features in mobile and gl_compatibility backends
This commit is contained in:
parent
84a80721c5
commit
c69b14e96e
23 changed files with 170 additions and 48 deletions
|
|
@ -7922,7 +7922,9 @@ void Node3DEditor::_load_default_preview_settings() {
|
|||
environ_sky_color->set_pick_color(Color(0.385, 0.454, 0.55));
|
||||
environ_ground_color->set_pick_color(Color(0.2, 0.169, 0.133));
|
||||
environ_energy->set_value(1.0);
|
||||
environ_glow_button->set_pressed(true);
|
||||
if (OS::get_singleton()->get_current_rendering_method() != "gl_compatibility") {
|
||||
environ_glow_button->set_pressed(true);
|
||||
}
|
||||
environ_tonemap_button->set_pressed(true);
|
||||
environ_ao_button->set_pressed(false);
|
||||
environ_gi_button->set_pressed(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue