--- ray/src/rt/rview.c 1989/06/13 10:57:49 1.4 +++ ray/src/rt/rview.c 1989/07/10 15:21:25 1.5 @@ -36,7 +36,7 @@ double minweight = 1e-2; /* minimum ray weight */ COLOR ambval = BLKCOLOR; /* ambient value */ double ambacc = 0.2; /* ambient accuracy */ -int ambres = 64; /* ambient resolution */ +int ambres = 8; /* ambient resolution */ int ambdiv = 32; /* ambient divisions */ int ambssamp = 0; /* ambient super-samples */ int ambounce = 0; /* ambient bounces */