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

Comparing ray/src/common/bsdf.h (file contents):
Revision 2.26 by greg, Fri Jan 5 21:00:24 2018 UTC vs.
Revision 2.27 by greg, Thu May 14 19:20:13 2020 UTC

# Line 145 | Line 145 | extern struct SDCache_s {
145   #define SDretainAll     2               /* also keep cumulative cache data */
146  
147   extern int              SDretainSet;    /* =SDretainNone by default */
148 + extern unsigned long    SDmaxCache;     /* =0 (unlimited) by default */
149  
150   /*****************************************************************
151   * The following routines are less commonly used by applications.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines