Overdraw

From polycount
Revision as of 13:40, 14 August 2014 by Throttlekitty (Talk | contribs)

Jump to: navigation, search

Overdraw

Overdraw means a screen pixel is being drawn more than once. Overdraw can increase the fill rate, how fast the game can render each frame, slowing down the frame rate. Re-rendering each pixel more than once is usually a waste of processing time.

Overdraw should be avoided whenever possible, however it is required if triangles are partially transparent, because the surfaces must be mixed together to create the final screen pixel.

Overdraw is usually caused by multiple triangles being drawn over each other, for example with particle effects or tree foliage.


Personal tools
Namespaces

Variants
Actions
Navigation
Tools