Difference between revisions of "Gl polyblend"

From FTE
Jump to: navigation, search
m
Line 9: Line 9:
 
Enables/Disables the color adjustments when the client picks up a powerup, or the flash when the client picks up an item.<br />
 
Enables/Disables the color adjustments when the client picks up a powerup, or the flash when the client picks up an item.<br />
 
<br />
 
<br />
NOTE: because of the way gl_polyblend is implemented, the client will suffer from a significant fillrate hit when whenever the colors have been shifted.
+
NOTE: because of the way gl_polyblend is implemented, the client will suffer from a significant fillrate hit whenever the colors have been shifted.

Revision as of 21:14, 29 December 2005

Name: gl_polyblend
Default value: "1"
Cvar flags: None
FTEQW Builds: OpenGL Renderer Minimal GL Build Merged Build Linux Build

0 = Disable palette shifting when submerged or poweruped.
1 = Enable palette shifting when submerged or poweruped.

Enables/Disables the color adjustments when the client picks up a powerup, or the flash when the client picks up an item.

NOTE: because of the way gl_polyblend is implemented, the client will suffer from a significant fillrate hit whenever the colors have been shifted.