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.12 by greg, Tue Jul 16 15:56:44 1991 UTC vs.
Revision 1.13 by greg, Thu Jul 18 14:43:06 1991 UTC

# Line 96 | Line 96 | extern double  shadthresh;             /* relative shadow thresho
96   extern double  shadcert;                /* shadow testing certainty */
97   extern int  directrelay;                /* maximum number of source relays */
98   extern int  vspretest;                  /* virtual source pretest density */
99 + extern int  directinvis;                /* sources invisible? */
100  
101   #define  getplaneq(c,o)         (*sfun[(o)->otype].of->getpleq)(c,o)
102   #define  getmaxdisk(c,o)        (*sfun[(o)->otype].of->getdisk)(c,o)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines