--- ray/src/rt/rv3.c 1992/10/02 16:19:56 2.3 +++ ray/src/rt/rv3.c 1993/02/11 16:42:22 2.4 @@ -19,7 +19,11 @@ static char SCCSid[] = "$SunId$ LBL"; #include "random.h" #ifndef WFLUSH -#define WFLUSH 30 /* flush after this many rays */ +#ifdef SPEED +#define WFLUSH (5*SPEED) +#else +#define WFLUSH 100 /* flush after this many rays */ +#endif #endif #ifdef SMLFLT