ShaderLab syntax: 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

Fog { Fog Commands }
Specify fog commands inside curly braces.
Mode Off | Global | Linear | Exp | Exp2
Defines fog mode. Default is global, which translates to Off or Exp2 depending whether fog is turned on in Render Settings.
Color ColorValue
Sets fog color.
Density FloatValue
Sets density for exponential fog.
Range FloatValue , FloatValue
Sets near & far range for linear fog.

Details

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.

Page last updated: 2010-08-18