Fog

 【Fog

  Fog parameters are controlled with Fog command.

  Fog

  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]

  Fog
  

  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

 

相关文章:

  • 2021-11-19
  • 2021-10-11
  • 2021-09-08
  • 2022-12-23
  • 2021-08-13
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-22
  • 2021-06-02
  • 2021-11-30
  • 2021-08-11
  • 2022-12-23
相关资源
相似解决方案