/* Copyrighted Pixar 1989 */ /* Used with listing12_2.c from the RenderMan Companion p.254 */ #define FILENAME "listing12_2.tiff" #define PICXRES 256 #define PICYRES 192 #define CROPMINX 0.0 #define CROPMAXX 1.0 #define CROPMINY 0.0 #define CROPMAXY 1.0 #define CAMXPOS 0.0 #define CAMYPOS 0.7 #define CAMZPOS -6.0 #define CAMXDIR 0.0 #define CAMYDIR 0.0 #define CAMZDIR 6.0 #define CAMROLL 0.0 #define CAMZOOM 2.6