--- ray/src/rt/rpict.c 1992/01/14 16:15:57 2.5 +++ ray/src/rt/rpict.c 1992/01/16 12:05:23 2.6 @@ -47,7 +47,7 @@ int vspretest = 512; /* virtual source pretest dens int directinvis = 0; /* sources invisible? */ double srcsizerat = .25; /* maximum ratio source size/dist. */ -double specthresh = .5; /* specular sampling threshold */ +double specthresh = .15; /* specular sampling threshold */ double specjitter = 1.; /* specular sampling jitter */ int maxdepth = 6; /* maximum recursion depth */