(camera name type paramlist)
name is a string and should specify a unique, logical name for the camera (from other cameras in the world). This name is used to refer to the camera for rendering.
There are two standard, predefined camera types: "perspective" and "orthographic." Parameter list variables for the two camera types are shown in the tables below:
| name | type | default | description |
|---|---|---|---|
| from | vec3 | #<0 0 1> | position |
| to | vec3 | #<0 0 0> | center of interest |
| tilt | real | 0 | tilt (in degrees) |
| fov | real | 90 | field of view (in degrees) |
| name | type | default | description |
|---|---|---|---|
| from | vec3 | #<0 0 1> | position |
| to | vec3 | #<0 0 0> | center of interest |
| tilt | real | 0 | tilt (in degrees) |
Last updated: 11/20/95 / Steve May ( smay@cgrg.ohio-state.edu ) Any comments or suggestions appreciated.