/* Copyrighted Pixar 1989 */ /* To be used with listing11_1.c from the RenderMan Companion p.220 */ /* #define FILENAME if you want output to a file */ #define FILENAME "listing10_3.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 2.0 #define CAMZPOS -3.0 #define CAMXDIR 0.0 /* Camera direction */ #define CAMYDIR 0.0 #define CAMZDIR 0.0 #define CAMROLL 0.0 /* Camera roll */ #define CAMZOOM 1.5 /* Camera zoom rate */