FieldOfView (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>LPGhatguy The Camera object reporting FieldOfView as radians IS a bug. |
>ArceusInator Added images to show how raising FieldOfView distorts the camera |
||
Line 9: | Line 9: | ||
{{clear floats}} | {{clear floats}} | ||
[[Image:FOV_20.png||333px|thumb|right|Seeing through a camera with FieldOfView set to 20.]] | |||
[[Image:FOV_50.png||333px|thumb|right|The same camera, this time with FieldOfView set to 50.]] | |||
[[Image:FOV_80.png||333px|thumb|right|This time, FieldOfView is set to 80. Notice how the view becomes more and more distorted as the FieldOfView increases.]] | |||
==Notes== | ==Notes== | ||
* Currently the property expects a value in degrees when set, but gives [[radians]] when read - this is a bug | * Currently the property expects a value in degrees when set, but gives [[radians]] when read - this is a bug |
Revision as of 07:49, 5 February 2012
![]() | |
Property | Float FieldOfView |
Description | Sets the angle of the camera's field of view, between 20 and 80 degrees. |
Member of | Camera |



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