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 1.10 by greg, Mon Jun 24 16:10:57 1991 UTC vs.
Revision 1.11 by greg, Tue Jun 25 12:32:49 1991 UTC

# Line 83 | Line 83 | extern double  srcray();                /* ray to sour
83   extern int  srcvalue();                 /* compute source value w/o shadows */
84  
85   extern double  intercircle();           /* intersect two circles */
86 + extern double  spotdisk();              /* intersecting disk for spot */
87 + extern double  beamdisk();              /* intersecting disk for beam */
88  
89   extern SPOT  *makespot();               /* make spotlight */
90  
# Line 91 | Line 93 | extern double  shadthresh;             /* relative shadow thresho
93   extern double  shadcert;                /* shadow testing certainty */
94   extern int  directrelay;                /* maximum number of source relays */
95   extern int  vspretest;                  /* virtual source pretest density */
96 +
97 + #define  getplaneq(c,o)         (*sfun[(o)->otype].of->getpleq)(c,o)
98 + #define  getmaxdisk(c,o)        (*sfun[(o)->otype].of->getdisk)(c,o)
99 + #define  setsource(s,o)         (*sfun[(o)->otype].of->setsrc)(s,o)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines