Fog

  Fog parameters are controlled with Fog command.

  

  Fogging blends the color of the generated pixels down towards a constant color based on distance from camera. Fogging does not modify a blended pixel's alpha value, only its RGB components.

[syntax]

  
  

  Default fog settings are based on Render Settings: fog mode is either Exp2 or Off; density & color taken from settings as well.

  Note that if you use fragment programs, Fog settings of the shader will still be applied. On platforms where there is no fixed function Fog functionality, Unity will patch shaders at runtime to support the requested Fog mode.

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

最新文章

  1. 如何使用SHOW WARNINGS?
  2. 2017-1-2 nfs服务器配置
  3. Java实现emf图片自己留转png(jpg)图片字节流
  4. poj 1195:Mobile phones(二维线段树,矩阵求和)
  5. 查看用户的SQL执行历史
  6. MyISAM读写并发优化
  7. 只允许输入数字的TextBox控件
  8. 拉姆达表达式 追加 条件判断 Expression<Func<T, bool>>
  9. pyqt listview基础学习01
  10. 结构-行为-样式-PS笔记
  11. angular $cookies、$cookieStore
  12. Touch Handling in Cocos2D 3.x(五)
  13. 【English】十四、英语
  14. timesten报错:error while loading shared libraries: libaio.so.1: cannot open shared object file : No such file or directory
  15. Java开发知识之Java控制语句
  16. bean shell 中parameter传递参数的方法
  17. Alpha 事后诸葛亮
  18. centos7安装terminator
  19. MySQL异步复制延迟解决
  20. Oracle 11gR2 ORA-12638 身份证明检索失败解决方法

热门文章

  1. Siddhi cep java 集成简单使用
  2. 如何批处理多个MySQL文件
  3. odoo10 修改产品单价的小数点位数
  4. bzoj 1185 [HNOI2007]最小矩形覆盖——旋转卡壳
  5. Oracle分组函数实例
  6. Linux 制作补丁 打补丁 撤销补丁
  7. Linux:WebServer(Nginx 虚拟主机配置与伪静态实现)
  8. 如何使用 J2EE 连接器架构实现企业应用
  9. hadoop集群调优-hadoop settings and MapReduce
  10. python学习(二十三) String(下) 分片和索引