Difference between revisions of "Overdraw"

From polycount
Jump to: navigation, search
(links)
(restored and revised)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
Overdraw means a screen pixel is being drawn more than once.
= Overdraw =
+
  
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 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 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. It is required if triangles are partially [[Transparency map|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]][[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