Fog

 【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

 
原文地址:https://www.cnblogs.com/tekkaman/p/3870057.html