Difference between revisions of "Gl dither"

From FTE
Jump to: navigation, search
 
Line 4: Line 4:
 
FTEQW Builds: [[OpenGL Renderer]] [[Minimal GL Build]] [[Merged Build]] [[Linux Build]] <br>
 
FTEQW Builds: [[OpenGL Renderer]] [[Minimal GL Build]] [[Merged Build]] [[Linux Build]] <br>
 
<br>
 
<br>
16bit opengl rendering can use a form of dithering where the lack of colour depth is hidden by rounding different ways depending on the pixel being drawn. Setting to 0 can theoretically be faster or less hideous. Then again, it could look more bland. It depends on personal preference. It has no effect at 32 bit depths.
+
16bit OpenGL rendering can use a form of dithering where the lack of colour depth is hidden by rounding different ways depending on the pixel being drawn. Setting to 0 can theoretically be faster or less hideous. Then again, it could look more bland. It depends on personal preference. It has no effect at 32 bit depths.<br>
 +
Enables OpenGL dithering (16bit looks bad with this off).

Latest revision as of 03:21, 8 March 2006

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

16bit OpenGL rendering can use a form of dithering where the lack of colour depth is hidden by rounding different ways depending on the pixel being drawn. Setting to 0 can theoretically be faster or less hideous. Then again, it could look more bland. It depends on personal preference. It has no effect at 32 bit depths.
Enables OpenGL dithering (16bit looks bad with this off).