--- ray/src/rt/rview.c 1994/12/21 09:52:07 2.14 +++ ray/src/rt/rview.c 1995/12/08 18:49:24 2.15 @@ -1,4 +1,4 @@ -/* Copyright (c) 1992 Regents of the University of California */ +/* Copyright (c) 1995 Regents of the University of California */ #ifndef lint static char SCCSid[] = "$SunId$ LBL"; @@ -37,6 +37,11 @@ int directrelay = 0; /* number of source relays */ int vspretest = 128; /* virtual source pretest density */ int directvis = 1; /* sources visible? */ double srcsizerat = 0.; /* maximum ratio source size/dist. */ + +COLOR cextinction = BLKCOLOR; /* global extinction coefficient */ +double salbedo = 0.; /* global scattering albedo */ +double seccg = 0.; /* global scattering eccentricity */ +double ssampdist = 0.; /* scatter sampling distance */ double specthresh = .3; /* specular sampling threshold */ double specjitter = 1.; /* specular sampling jitter */