Difference between revisions of "HiddenSurfaceRemoval"
From polycount
(added hidden surface removal page) |
EricChadwick (Talk | contribs) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | Hidden Surface Removal is a method for preventing obscured polygons from rendering, which can improve performance. See also [[BackfaceCulling|backface culling]], [[ClippingPlane|clipping plane]]. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | See also [[BackfaceCulling|backface culling]], [[ClippingPlane|clipping plane]]. | + | |
---- | ---- | ||
| − | [[Category:Glossary]] | + | [[Category:Glossary]][[Category:Rendering]] |
Latest revision as of 14:35, 17 March 2015
Hidden Surface Removal is a method for preventing obscured polygons from rendering, which can improve performance. See also backface culling, clipping plane.