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

Comparing ray/src/px/neuclrtab.c (file contents):
Revision 2.11 by schorsch, Sun Mar 28 20:33:14 2004 UTC vs.
Revision 2.12 by greg, Mon Sep 19 02:23:58 2005 UTC

# Line 28 | Line 28 | extern BYTE    clrtab[256][3];
28   static int      clrtabsiz;
29  
30   #ifndef DEFSMPFAC
31 < #ifdef SPEED
32 < #define DEFSMPFAC       (240/SPEED+3)
33 < #else
34 < #define DEFSMPFAC       30
35 < #endif
31 > #define DEFSMPFAC       3
32   #endif
33  
34   int     samplefac = DEFSMPFAC;  /* sampling factor */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines