From 8b6714a62dc5d4235265ebb1e50b4af6e954ba35 Mon Sep 17 00:00:00 2001 From: Mythos_Ruler Date: Sat, 19 Nov 2011 02:15:01 +0000 Subject: [PATCH] Some minor tweaks to camera defaults. This was SVN commit r10557. --- binaries/data/config/default.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index d5aca503e3..f87b65b460 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -82,14 +82,14 @@ view.rotate.y.default = 0.0 view.drag.speed = 0.5 view.zoom.speed = 256.0 view.zoom.speed.wheel = 32.0 -view.zoom.min = 64.0 -view.zoom.max = 256.0 -view.zoom.default = 112.0 +view.zoom.min = 50.0 +view.zoom.max = 250.0 +view.zoom.default = 110.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 = 16.0 ; Near plane distance +view.near = 1.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