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.2 by greg, Fri Oct 2 16:18:50 1992 UTC vs.
Revision 2.3 by greg, Mon Mar 8 12:37:25 1993 UTC

# Line 41 | Line 41 | static char  fnoise_name[] = "fnoise3";
41   static char  hermite_name[] = "hermite";
42  
43   double  *noise3(), fnoise3(), argument(), frand();
44 + static  interpolate();
45  
46   static long  xlim[3][2];
47   static double  xarg[3];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines