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.1 by greg, Tue Nov 12 17:10:17 1991 UTC vs.
Revision 2.2 by greg, Thu Nov 19 20:26:01 1992 UTC

# Line 127 | Line 127 | extern double  shadcert;               /* shadow testing certainty
127   extern double  srcsizerat;              /* max. ratio of source size/dist. */
128   extern int  directrelay;                /* maximum number of source relays */
129   extern int  vspretest;                  /* virtual source pretest density */
130 < extern int  directinvis;                /* sources invisible? */
130 > extern int  directvis;                  /* sources visible? */
131  
132   #define  getplaneq(c,o)         (*sfun[(o)->otype].of->getpleq)(c,o)
133   #define  getmaxdisk(c,o)        (*sfun[(o)->otype].of->getdisk)(c,o)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines