mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
bring in lordhavoc's vis data optimisations (doesn't work properly yet) and
parsing of his extra fields.
This commit is contained in:
parent
ba4ca3515d
commit
26f3839276
9 changed files with 436 additions and 16 deletions
|
@ -34,9 +34,12 @@
|
|||
typedef struct {
|
||||
int verbosity; // 0=silent
|
||||
int threads;
|
||||
int novis;
|
||||
qboolean extra;
|
||||
float distance;
|
||||
float range;
|
||||
vec_t distance;
|
||||
vec_t range;
|
||||
vec_t globallightscale;
|
||||
const char *lightsfilename;
|
||||
} options_t;
|
||||
|
||||
extern options_t options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue