mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Cvar cleanup.
gl_smooth is now gl_dlight_smooth gl_smoothdlights was redundant, is now gone gl_flashblend is now gl_dlight_polyblend gl_lightmap added to enable/disable lightmap updates independently of use of gl_dlight_polyblend
This commit is contained in:
parent
20a885c174
commit
161973d75a
10 changed files with 97 additions and 63 deletions
|
@ -161,14 +161,14 @@ extern cvar_t *gl_clear;
|
|||
extern cvar_t *gl_cull;
|
||||
extern cvar_t *gl_fb_bmodels;
|
||||
extern cvar_t *gl_fb_models;
|
||||
extern cvar_t *gl_flashblend;
|
||||
extern cvar_t *gl_dlight_lightmap;
|
||||
extern cvar_t *gl_dlight_polyblend;
|
||||
extern cvar_t *gl_dlight_smooth;
|
||||
extern cvar_t *gl_keeptjunctions;
|
||||
extern cvar_t *gl_multitexture;
|
||||
extern cvar_t *gl_nocolors;
|
||||
extern cvar_t *gl_poly;
|
||||
extern cvar_t *gl_polyblend;
|
||||
extern cvar_t *gl_smooth;
|
||||
extern cvar_t *gl_smoothdlights;
|
||||
|
||||
extern cvar_t *gl_max_size;
|
||||
extern cvar_t *gl_playermip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue