--- ray/src/common/view.h 1994/12/20 20:15:06 2.4 +++ ray/src/common/view.h 1995/08/18 10:20:11 2.5 @@ -13,6 +13,7 @@ #define VT_PAR 'l' /* parallel */ #define VT_ANG 'a' /* angular fisheye */ #define VT_HEM 'h' /* hemispherical fisheye */ +#define VT_CYL 'c' /* cylindrical panorama */ typedef struct { int type; /* view type */