| # | Line 13 | Line 13 | |
|---|---|---|
| 13 | #define VT_PAR 'l' /* parallel */ | |
| 14 | #define VT_ANG 'a' /* angular fisheye */ | |
| 15 | #define VT_HEM 'h' /* hemispherical fisheye */ | |
| 16 | + | #define VT_CYL 'c' /* cylindrical panorama */ | 
| 17 | ||
| 18 | typedef struct { | |
| 19 | int type; /* view type */ | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |