--- ray/src/rt/rview.c 1996/02/14 15:18:09 2.16 +++ ray/src/rt/rview.c 1996/04/17 14:02:16 2.17 @@ -39,7 +39,7 @@ 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 */ +COLOR salbedo = BLKCOLOR; /* global scattering albedo */ double seccg = 0.; /* global scattering eccentricity */ double ssampdist = 0.; /* scatter sampling distance */