Difference between revisions of "Overdraw"

From polycount
Jump to: navigation, search
(Redirected page to Glossary#Overdraw)
(restored and revised)
 
Line 1: Line 1:
#REDIRECT [[Glossary#Overdraw]]
+
Overdraw means a screen pixel is being drawn more than once.
 +
 
 +
Overdraw can increase the [[FillRate|fill rate]] which can slow down the [[FrameRate|frame rate]]. Re-rendering each pixel more than once is usually a waste of processing time. Overdraw should be avoided whenever possible.
 +
 
 +
Overdraw is usually caused by multiple triangles being drawn over each other, for example with particle effects or tree foliage. It is required if triangles are partially [[Transparency map|transparent]], because the surfaces must be mixed together to create the final screen pixel.
 +
 
 +
----
 +
[[Category:Glossary]][[Category:Rendering]]

Latest revision as of 17:42, 17 March 2015

Overdraw means a screen pixel is being drawn more than once.

Overdraw can increase the fill rate which can slow down the frame rate. Re-rendering each pixel more than once is usually a waste of processing time. Overdraw should be avoided whenever possible.

Overdraw is usually caused by multiple triangles being drawn over each other, for example with particle effects or tree foliage. It is required if triangles are partially transparent, because the surfaces must be mixed together to create the final screen pixel.


Personal tools
Namespaces

Variants
Actions
Navigation
Tools