mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 18:11:12 +00:00
Change fires to a more visually-appealing red-orange color. Looks *killer*
Add -brighten arg to GL targets, to replace -gamma but still look nice. "-brighten 2.5" brightens the palette by 2.5 times, to give a similar effect to the brightness cvar, but without the dithering brightness gives. This is a palette hack, which means it _can't_ be a cvar.
This commit is contained in:
parent
718544d190
commit
5bb2a9002c
9 changed files with 54 additions and 10 deletions
|
@ -289,7 +289,7 @@ void GL_Set2D (void);
|
|||
//
|
||||
// gl_rmain.c
|
||||
//
|
||||
void GL_CheckGamma (unsigned char *pal);
|
||||
void GL_CheckBrightness (unsigned char *pal);
|
||||
//qboolean R_CullBox (vec3_t mins, vec3_t maxs);
|
||||
void R_RotateForEntity (entity_t *e);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue