Difference between revisions of "Overdraw"

From polycount
Jump to: navigation, search
(new page)
 
(links)
Line 2: Line 2:
 
= Overdraw =
 
= Overdraw =
  
Overdraw means a screen pixel is being drawn more than once. This re-drawing of the pixels can slow down the frame rate, because re-rendering a pixel more than once is usually a waste of processing time.  
+
Overdraw means a screen pixel is being drawn more than once. Overdraw can increase the [[FillRate|fill rate]], how fast the game can render each frame, slowing down the [[FrameRate|frame rate]]. Re-rendering each pixel more than once is usually a waste of processing time.  
  
Overdraw is usually caused by multiple triangles being drawn over each other, for example with particle effects or tree foliage. Overdraw is required if the pixels are partially [[TransparencyMap|transparent]], but should be avoided whenever possible.
+
Overdraw should be avoided whenever possible, however it is required if triangles are partially [[TransparencyMap|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.
 
----
 
----
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 17:59, 24 September 2011

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