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

Comparing ray/src/rt/rcontrib.h (file contents):
Revision 2.12 by greg, Wed May 20 12:58:31 2015 UTC vs.
Revision 2.15 by greg, Mon Sep 12 20:31:34 2016 UTC

# Line 59 | Line 59 | typedef struct {
59          const char      *modname;       /* modifier name */
60          const char      *params;        /* parameter list */
61          EPNODE          *binv;          /* bin value expression */
62 +        int             bin0;           /* starting bin offset */
63          int             nbins;          /* number of contribution bins */
64          DCOLOR          cbin[1];        /* contribution bins (extends struct) */
65   } MODCONT;                      /* modifier contribution */
# Line 79 | Line 80 | typedef struct {
80   extern LUTAB            ofiletab;       /* output stream table */
81  
82   #ifndef MAXPROCESS
83 < #ifdef _WIN32
83 > #if defined(_WIN32) || defined(_WIN64)
84   #define MAXPROCESS      1
85   #else
86   #define MAXPROCESS      128
# Line 87 | Line 88 | extern LUTAB           ofiletab;       /* output stream table */
88   #endif
89  
90   #ifndef MAXMODLIST
91 < #define MAXMODLIST      2048            /* maximum modifiers we'll track */
91 > #define MAXMODLIST      10000           /* maximum modifiers we'll track */
92   #endif
93  
94   extern const char       *modname[MAXMODLIST];   /* ordered modifier name list */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines