--- ray/src/rt/rview.c 1989/02/02 10:41:39 1.1 +++ ray/src/rt/rview.c 1989/06/13 10:57:49 1.4 @@ -28,6 +28,8 @@ double maxdiff = .15; /* max. sample difference */ double exposure = 1.0; /* exposure for scene */ double dstrsrc = 0.0; /* square source distribution */ +double shadthresh = .1; /* shadow threshold */ +double shadcert = .25; /* shadow certainty */ int maxdepth = 4; /* maximum recursion depth */ double minweight = 1e-2; /* minimum ray weight */