Tweaked camera settings.

This was SVN commit r10562.
This commit is contained in:
Michael D. Hafer 2011-11-19 20:37:16 +00:00
parent 514b22a89e
commit 901a87af2e

View File

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