码迷,mamicode.com
首页 > 其他好文 > 详细

Culling & Depth Testing

时间:2014-07-23 20:41:25      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   color   os   

Culling & Depth Testing

  Culling is an optimization that does not render polygons facing away from the viewer. All polygons have a front and a back side. Culling makes use of the fact that most objects are closed; if you have a cube, you will never see the sides facing away from you (there is always a side facing you in front of it) so we don‘t need to draw the sides facing away. Hence the term: Backface culling.

  The other feature that makes rendering looks correct is Depth testing. Depth testing makes sure that only the closest surfaces objects are drawn in a scene.

  bubuko.com,布布扣

[syntax]

bubuko.com,布布扣

参考:file://localhost/Applications/Unity/Unity.app/Contents/Documentation/Documentation/Components/SL-CullAndDepth.html

 

 

Culling & Depth Testing,布布扣,bubuko.com

Culling & Depth Testing

标签:des   style   blog   http   color   os   

原文地址:http://www.cnblogs.com/tekkaman/p/3863823.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!