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

Comparing ray/src/rt/ray.h (file contents):
Revision 2.22 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.23 by greg, Fri Nov 5 17:36:55 2004 UTC

# Line 119 | Line 119 | extern int     ambincl;        /* include == 1, exclude == 0 */
119   extern int      ray_pnprocs;    /* number of child processes */
120   extern int      ray_pnidle;     /* number of idle processes */
121  
122 < #define AMBLLEN         128     /* max. ambient list length */
123 < #define AMBWORD         8       /* average word length */
122 > #ifndef AMBLLEN
123 > #define AMBLLEN         512     /* max. ambient list length */
124 > #endif
125 > #define AMBWORD         12      /* average word length */
126  
127   typedef struct {                /* rendering parameter holder */
128          int     do_irrad;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines