mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
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:
parent
31aca31d17
commit
5ee1b1d9ca
9 changed files with 346 additions and 36 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue