--- ray/src/rt/rpict.c 1994/12/20 20:18:30 2.39 +++ ray/src/rt/rpict.c 1994/12/21 09:51:56 2.40 @@ -67,6 +67,8 @@ double srcsizerat = .25; /* maximum ratio source size double specthresh = .15; /* specular sampling threshold */ double specjitter = 1.; /* specular sampling jitter */ +int backvis = 1; /* back face visibility */ + int maxdepth = 6; /* maximum recursion depth */ double minweight = 5e-3; /* minimum ray weight */