--- ray/src/rt/rview.c 1992/01/14 16:16:00 2.5 +++ ray/src/rt/rview.c 1992/01/16 12:05:26 2.6 @@ -38,7 +38,7 @@ int vspretest = 128; /* virtual source pretest dens int directinvis = 0; /* sources invisible? */ double srcsizerat = 0.; /* maximum ratio source size/dist. */ -double specthresh = .5; /* specular sampling threshold */ +double specthresh = .3; /* specular sampling threshold */ double specjitter = 1.; /* specular sampling jitter */ int maxdepth = 4; /* maximum recursion depth */