mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
add gl_skymultipass to conroll whether the skydome is single or double pass.
Currently defaults to 1 (multipass, ie old behaviour).
This commit is contained in:
parent
b0f20f955c
commit
92baf1a751
4 changed files with 13 additions and 7 deletions
|
@ -122,6 +122,7 @@ cvar_t *gl_reporttjunctions;
|
|||
cvar_t *gl_particles;
|
||||
|
||||
cvar_t *r_skyname;
|
||||
cvar_t *gl_skymultipass;
|
||||
|
||||
extern cvar_t *scr_fov;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue