ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/view.h
(Generate patch)

Comparing ray/src/common/view.h (file contents):
Revision 2.4 by greg, Tue Dec 20 20:15:06 1994 UTC vs.
Revision 2.5 by greg, Fri Aug 18 10:20:11 1995 UTC

# 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines