/* Copyrighted Pixar 1989 */ /* From the RenderMan Companion p. 204 */ /* #define FILENAME if you want output to a file */ #define FILENAME "listing11_1.tiff" #define PICXRES 256 /* Horizontal output resolution */ #define PICYRES 192 /* Vertical output resolution */ #define CROPMINX 0.0 /* RiCropWindow() parameters */ #define CROPMAXX 1.0 #define CROPMINY 0.0 #define CROPMAXY 1.0 #define CAMXPOS 0.0 /* Camera position */ #define CAMYPOS 0.0 #define CAMZPOS -6.0 #define CAMXDIR 0.0 /* Camera direction */ #define CAMYDIR 0.0 #define CAMZDIR 6.0 #define CAMROLL 0.0 /* Camera roll */ #define CAMZOOM 1.4 /* Camera zoom rate */