FieldOfView (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
No edit summary
>Legend26
No edit summary
Line 1: Line 1:
{{CatUp|Properties}}
{{CatUp|Properties}}
 
{{local}}
<onlyinclude>{{Property
<onlyinclude>{{Property
|name=FieldOfView
|name=FieldOfView

Revision as of 20:46, 6 April 2012

Local: This item should be used with a LocalScript in order to work as expected in online mode.
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