FieldOfView (Property)

(Redirected from FieldOfView)
FieldOfView
Type float
Description Sets the angle of the camera's field of view, between 20 and 80 degrees.
Member of Camera


Seeing through a camera with FieldOfView set to 20.
The same camera, this time with FieldOfView set to 50.
This time, FieldOfView is set to 80. Notice how the view becomes more and more distorted as the FieldOfView increases.


Notes

  • Currently the property expects a value in degrees when set, but gives radians when read - this is a bug