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

Comparing ray/src/rt/noise3.c (file contents):
Revision 2.3 by greg, Mon Mar 8 12:37:25 1993 UTC vs.
Revision 2.4 by greg, Mon Aug 9 10:03:45 1993 UTC

# Line 46 | Line 46 | static  interpolate();
46   static long  xlim[3][2];
47   static double  xarg[3];
48  
49 < #define  EPSILON        .0001           /* error allowed in fractal */
49 > #define  EPSILON        .001            /* error allowed in fractal */
50  
51   #define  frand3(x,y,z)  frand(17*(x)+23*(y)+29*(z))
52  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines