--- ray/src/rt/rpict.c 1991/12/28 18:43:15 2.4 +++ ray/src/rt/rpict.c 1992/01/14 16:15:57 2.5 @@ -47,6 +47,9 @@ 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 specjitter = 1.; /* specular sampling jitter */ + int maxdepth = 6; /* maximum recursion depth */ double minweight = 5e-3; /* minimum ray weight */