Difference between revisions of "Gl flashblend"

From FTE
Jump to: navigation, search
Line 8: Line 8:
 
2 = Just draw a shaded ball, but only if the center is visible, and draw the outside through walls.<br />
 
2 = Just draw a shaded ball, but only if the center is visible, and draw the outside through walls.<br />
 
<br />
 
<br />
gl_flashblend controls the way dynamic lights are drawn. Dynamic lights are eighter rendered as lightmaps gl_flashblend = 0 (slower but realistic) or as translucent shere gl_flashblend = 1 (fast, doesn't require lightmap update)
+
gl_flashblend controls the way dynamic lights are drawn. Dynamic lights are eighter rendered as lightmaps<br />
 +
gl_flashblend = 0 (slower but realistic) or as translucent sphere<br />
 +
gl_flashblend = 1 (fast, doesn't require lightmap update)

Revision as of 20:43, 29 December 2005

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

0 = Use proper lighting for light sources (powerups etc.).
1 = Just draw a shaded ball of the color of the light.
2 = Just draw a shaded ball, but only if the center is visible, and draw the outside through walls.

gl_flashblend controls the way dynamic lights are drawn. Dynamic lights are eighter rendered as lightmaps
gl_flashblend = 0 (slower but realistic) or as translucent sphere
gl_flashblend = 1 (fast, doesn't require lightmap update)