Wide angle

Blitz3D Forums/Blitz3D Programming/Wide angle

mag.(Posted 2003) [#1]
Anyone know how do we change our camera FOV to make it a little less wide angle. Or to increase it. What I know is our default camera have 90 degree vision angle. I want to make it 60 degree. Less thing to see but more natural (the model is less distortion)


Mustang(Posted 2003) [#2]
Try this:

http://www.blitzbasic.com/codearcs/codearcs.php?code=676


Ice9(Posted 2003) [#3]
You can also scale the camera like mesh entities
ScaleEntity

Also remember that not all screen resolutions will look the same.
My laptop does 1400,900 and when I set it to 1024,768 it stretches the same will happen on any monitor.


Zethrax(Posted 2003) [#4]
I think CameraZoom is the command you're looking for. 'CameraZoom 1.6' seems to produce the most natural focus.


mag.(Posted 2003) [#5]
.. kay