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.

  

[syntax]

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

 

最新文章

  1. C#进阶系列——DDD领域驱动设计初探(五):AutoMapper使用
  2. 【总结】JS里的数组排序
  3. json.parse 与 json.stringfy
  4. c++垃圾回收代码练习 引用计数
  5. 修改后的SQL分页存储过程,利用2分法,支持排序
  6. 利用yum工具安装应用程序
  7. JS类库函数收集中....
  8. android 52 粘滞广播
  9. qt 工具栏和菜单栏
  10. Python标准库:内置函数bytearray([source[, encoding[, errors]]])
  11. smarty模版使用php标签,获取模版变量!
  12. objective-c 关键字和概念
  13. nodejs在cmd提示不是内部或外部命令解决方法
  14. js获取页面的来源页
  15. 小兴趣:修改Hosts文件,禁止访问指定网页
  16. python基础—装饰器
  17. How to Find the Self Service Related File Location and Versions
  18. Flask 系列之 部署发布
  19. Apache HTTP Server 与 Apache Tomcat 的区别
  20. redis-sentinel主从复制高可用

热门文章

  1. VScode插件
  2. Huffman树的构造及编码与译码的实现
  3. myeclipse部署maven项目到tomcat,src/main/resources里面配置文件部署不到webapp下classes
  4. 使用RawComparator加速Hadoop程序
  5. Web API 路由访问设置
  6. laravel里面使用event
  7. 301重定向方法大全及SEO中网址规范化,看着不错先收下
  8. struts2学习(10)struts2国际化
  9. 【转】Hadoop学习路线图
  10. centos开机提示CPU无法识别的问题