godot/scene
Hugo Locurcio 7ae487d2bb
Increase the default Camera Zfar to 4000
This makes it possible to view far away objects without
having to tweak any settings. This results in a more usable
editor when working on large-scale levels.

This change should have no impact on performance, but note that
Z-fighting will be visible at a distance. This can be made less
visible by increasing the Znear value (however, doing so will cause
nearby surfaces to disappear).

This change was also applied to the editor, but it will only
apply to newly created scenes.

This also changes the default camera settings in the glTF importer
to match the Camera node's defaults.
2020-12-19 14:52:44 +01:00
..
2d Fix camera2d zoom when set to zero (causing ERROR: affine_invert: Condition ' det == 0 ' is true.) 2020-12-16 23:42:12 +01:00
3d Increase the default Camera Zfar to 4000 2020-12-19 14:52:44 +01:00
animation SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
audio Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
debugger Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
gui Added GraphEdit properties to control lines thickness and antialiasing 2020-12-18 16:41:45 +03:00
main Implement automatic LOD (Level of Detail) 2020-12-18 15:48:03 +01:00
resources Implement automatic LOD (Level of Detail) 2020-12-18 15:48:03 +01:00
register_scene_types.cpp Rename the TextureProgress node to TextureProgressBar 2020-12-14 21:35:13 +01:00
register_scene_types.h
scene_string_names.cpp Rename CanvasItem's hide signal to hidden 2020-12-08 12:14:15 +00:00
scene_string_names.h Rename CanvasItem's hide signal to hidden 2020-12-08 12:14:15 +00:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00