When using this shader the terrain gets heavy fog. How do I stop that or at least less it?


EDIT* Found it by reading a German post(Thanks Google).

You have to comment out this line in the shader
//color = lerp(color, fogColor, fogDensity);

Last edited by Malice; 07/14/11 02:43.