bring in OpenQuartz's extentions (except -ikmap: got tired:)

go back to id's lighting model being default. LordHavoc's is selectable
via --attentuation havoc. Also selectable on a per-light basis.
This commit is contained in:
Bill Currie 2004-01-26 07:39:29 +00:00
parent 31aca31d17
commit 5ee1b1d9ca
9 changed files with 346 additions and 36 deletions

View file

@ -36,10 +36,13 @@ typedef struct {
int threads;
int novis;
int extrabit;
int attenuation;
vec_t extrascale;
vec_t distance;
vec_t range;
vec_t globallightscale;
vec_t noise;
vec_t cutoff;
const char *lightsfilename;
} options_t;