Increase the default perspective camera FOV
This does not affect existing projects, but will affect newly-created editor settings and Camera nodes.
This commit is contained in:
parent
3e7bbf2ca3
commit
cdcc3c919b
4 changed files with 5 additions and 5 deletions
|
|
@ -598,7 +598,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
set("editors/3d/grid_color", Color(0, 1, 0, 0.2));
|
||||
hints["editors/3d/grid_color"] = PropertyInfo(Variant::COLOR, "editors/3d/grid_color", PROPERTY_HINT_NONE, "", PROPERTY_USAGE_DEFAULT | PROPERTY_USAGE_RESTART_IF_CHANGED);
|
||||
|
||||
set("editors/3d/default_fov", 45.0);
|
||||
set("editors/3d/default_fov", 55.0);
|
||||
set("editors/3d/default_z_near", 0.1);
|
||||
set("editors/3d/default_z_far", 500.0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue