| 1 |
< |
/* Copyright (c) 1994 Regents of the University of California */ |
| 1 |
> |
/* Copyright (c) 1995 Regents of the University of California */ |
| 2 |
|
|
| 3 |
|
#ifndef lint |
| 4 |
|
static char SCCSid[] = "$SunId$ LBL"; |
| 57 |
|
int vspretest = 512; /* virtual source pretest density */ |
| 58 |
|
int directvis = 1; /* sources visible? */ |
| 59 |
|
double srcsizerat = .2; /* maximum ratio source size/dist. */ |
| 60 |
+ |
|
| 61 |
+ |
COLOR cextinction = BLKCOLOR; /* global extinction coefficient */ |
| 62 |
+ |
double salbedo = 0.; /* global scattering albedo */ |
| 63 |
+ |
double seccg = 0.; /* global scattering eccentricity */ |
| 64 |
+ |
double ssampdist = 0.; /* scatter sampling distance */ |
| 65 |
|
|
| 66 |
|
double specthresh = .15; /* specular sampling threshold */ |
| 67 |
|
double specjitter = 1.; /* specular sampling jitter */ |