This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "2.3 QualityChanges"

From BZFlagWiki
Jump to: navigation, search
(add design docs marker)
m (Task was completed with 2.4, no longer a design doc but a reference doc)
 
Line 1: Line 1:
{{DesignDocument}}
+
 
 
==Overview==
 
==Overview==
 
This page describes the changes to the graphics quality system for 2.3
 
This page describes the changes to the graphics quality system for 2.3
Line 22: Line 22:
 
Remove Texture filters that don't make sense.
 
Remove Texture filters that don't make sense.
 
Remove Experimental
 
Remove Experimental
 +
 +
[[Category:Graphics]]

Latest revision as of 08:23, 10 February 2013

Overview[edit]

This page describes the changes to the graphics quality system for 2.3

Goals[edit]

The goals are replicate the graphics quality settings from 2.99.x branch in 2.3. These changes reflect the trend in personal computing towards having better hardware 3d acceleration.

Current "low" and "medium" settings use OpenGL features that are poorly supported in modern ( last 5 years) hardware and actually slow down performance.

Changes[edit]

The current setting of "medium" will be the new "low", and the current setting of "High" will be the new "medium". Experimental will move down to "high".

High will be the default.

Some settings in high will be defaulted to more modern choices ( stencil instead of stipple for shadows)

Removals[edit]

Remove requirements for OpenGL 1.0 and 1.1 Remove BSP rendering system Remove Code fror 3dfx and riva 128 Remove Option for No textures. Remove Texture filters that don't make sense. Remove Experimental