The camera definition describes the position, projection type and properties of the camera viewing the scene. Its syntax is:
camera{
[CAMERA_ITEMS...] }
perspective
| orthographic
| fisheye
| ultra_wide_angle
|
omnimax
| panoramic
| cylinder
CylinderType
location
<Location> | right
<Right> | up
<Up> | direction
<Direction> |
sky
<Sky>
angle
Degrees | look_at
<Look_At> |
blur_samples
Num_of_Samples | aperture
Size | focal_point
<Point> |
confidence
Blur_Confidence | varience
Blur_Varience |
Depending on the projection type some of the parameters are required, some are optional and some aren't used. If no projection type is given the perspective camera will be used (pinhole camera). If no camera is specified a default camera is used. CAMERA_ITEMs may legally appear in any order but the order of some items is critical to the proper functioning of the camera. Follow the guidelines in this document closely because POV-Ray will not stop you from making mistakes.