Fix for flares. Can be enabled by setting r_flares 1
This commit is contained in:
parent
7aed801011
commit
c552a46e5f
5 changed files with 121 additions and 86 deletions
|
@ -976,6 +976,9 @@ extern glstate_t glState; // outside of TR since it shouldn't be cleared during
|
|||
//
|
||||
extern cvar_t *r_flareSize;
|
||||
extern cvar_t *r_flareFade;
|
||||
// coefficient for the flare intensity falloff function.
|
||||
#define FLARE_STDCOEFF "150"
|
||||
extern cvar_t *r_flareCoeff;
|
||||
|
||||
extern cvar_t *r_railWidth;
|
||||
extern cvar_t *r_railCoreWidth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue