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 1.14 by greg, Mon Oct 21 12:58:14 1991 UTC vs.
Revision 1.15 by greg, Mon Oct 21 14:27:34 1991 UTC

# Line 46 | Line 46 | typedef struct {
46          OBJREC  *so;            /* source destination object */
47   }  SRCREC;              /* light source */
48  
49 < #define MAXSPART        32              /* maximum partitions per source */
49 > #define MAXSPART        64              /* maximum partitions per source */
50  
51   #define SU              0               /* U vector or partition */
52   #define SV              1               /* V vector or partition */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines