diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index f87b65b460..7d11ca9afb 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -83,13 +83,13 @@ view.drag.speed = 0.5 view.zoom.speed = 256.0 view.zoom.speed.wheel = 32.0 view.zoom.min = 50.0 -view.zoom.max = 250.0 -view.zoom.default = 110.0 +view.zoom.max = 200.0 +view.zoom.default = 100.0 view.pos.smoothness = 0.1 view.zoom.smoothness = 0.4 view.rotate.x.smoothness = 0.5 view.rotate.y.smoothness = 0.3 -view.near = 1.0 ; Near plane distance +view.near = 2.0 ; Near plane distance view.far = 4096.0 ; Far plane distance view.fov = 45.0 ; Field of view (degrees), lower is narrow, higher is wide