From 901a87af2e993ec2ccecfb66ac558da4897e9ece Mon Sep 17 00:00:00 2001 From: Mythos_Ruler Date: Sat, 19 Nov 2011 20:37:16 +0000 Subject: [PATCH] Tweaked camera settings. This was SVN commit r10562. --- binaries/data/config/default.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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