--- ray/src/rt/normal.c 1992/01/15 16:59:52 2.8 +++ ray/src/rt/normal.c 1992/01/16 12:05:29 2.9 @@ -194,7 +194,7 @@ register RAY *r; /* check threshold */ if (specthresh > FTINY && ((specthresh >= 1.-FTINY || - specthresh + (.1 - .2*urand(8199+samplendx)) + specthresh + (.05 - .1*urand(8199+samplendx)) > nd.rspec))) nd.specfl |= SP_RBLT; /* compute reflected ray */ @@ -225,7 +225,7 @@ register RAY *r; if (specthresh > FTINY && ((specthresh >= 1.-FTINY || specthresh + - (.1 - .2*urand(7241+samplendx)) + (.05 - .1*urand(7241+samplendx)) > nd.tspec))) nd.specfl |= SP_TBLT; if (r->crtype & SHADOW ||