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.6 by greg, Tue Jan 9 12:21:13 1996 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 */
# Line 36 | Line 37 | extern VIEW  stdview;
37   extern char  *setview();
38  
39   extern double  viewray();
40 +
41 + extern char  *viewopt();
42  
43   #define  viewaspect(v)  sqrt((v)->vn2/(v)->hn2)
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines