Some minor tweaks to camera defaults.

This was SVN commit r10557.
This commit is contained in:
Michael D. Hafer 2011-11-19 02:15:01 +00:00
parent 7772192a69
commit 8b6714a62d

View File

@ -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