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 1.4 by greg, Sat Dec 15 16:41:44 1990 UTC vs.
Revision 1.5 by greg, Thu May 23 08:12:57 1991 UTC

# Line 50 | Line 50 | typedef struct ray {
50   }  RAY;
51  
52   extern double  raynormal();
53 +
54 + extern int  dimlist[];          /* dimension list for distribution */
55 + extern int  ndims;              /* number of dimensions so far */
56 + extern int  samplendx;          /* index for this sample */
57 +
58 + #define  MAXDIM         16      /* maximum number of dimensions */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines