--- ray/src/common/view.h 1990/01/18 23:58:55 1.5 +++ ray/src/common/view.h 1990/10/13 20:56:04 1.6 @@ -11,6 +11,8 @@ /* view types */ #define VT_PER 'v' /* perspective */ #define VT_PAR 'l' /* parallel */ +#define VT_ANG 'a' /* angular fisheye */ +#define VT_HEM 'h' /* hemispherical fisheye */ typedef struct { int type; /* view type */