home *** CD-ROM | disk | FTP | other *** search
- You may declare several camera identifiers if you wish. This makes it
- easy to quickly change cameras. For example:
- #declare Long_Lens=
- camera {
- location -z*100
- direction z*50
- }
- #declare Short_Lens=
- camera {
- location -z*50
- direction z*10
- }
- camera {
- Long_Lens //edit this line to change lenses
- look_at Here
- }
-