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.21 by greg, Mon Apr 6 21:09:07 2020 UTC vs.
Revision 2.23 by greg, Thu Aug 4 22:43:46 2022 UTC

# Line 20 | Line 20 | extern "C" {
20   #define  SHADCACHE      20              /* shadow cache resolution */
21   #endif
22   #ifndef  MINSHADCNT
23 < #define  MINSHADCNT     4               /* test all sources if this few */
23 > #define  MINSHADCNT     2               /* test at least this many shadows */
24   #endif
25  
26   #define  SDISTANT       01              /* source distant flag */
# Line 72 | Line 72 | typedef struct {
72          } sa;                   /* source aiming information */
73          unsigned long
74                  ntests, nhits;  /* shadow tests and hits */
75 < #ifdef  SHADCACHE
75 > #if  SHADCACHE
76          OBSCACHE  *obscache;    /* obstructor cache */
77   #endif
78          int  sflags;            /* source flags */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines