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

Comparing ray/src/rt/source.h (file contents):
Revision 2.3 by greg, Tue Jul 25 16:42:31 1995 UTC vs.
Revision 2.4 by greg, Tue Nov 7 12:40:36 1995 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1986 Regents of the University of California */
1 > /* Copyright (c) 1995 Regents of the University of California */
2  
3   /* SCCSid "$SunId$ LBL" */
4  
# Line 22 | Line 22
22   typedef struct {
23          FVECT  aim;             /* aim direction or center */
24          float  siz;             /* output solid angle or area */
25 <        float  flen;            /* focal length */
25 >        float  flen;            /* focal length (negative if distant source) */
26   } SPOT;                 /* spotlight */
27  
28   typedef struct {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines