Thread
:
Can anyone tell me how to increase value and reduce the value?
View Single Post
03-24-10, 09:05 AM
#
1
W_clear
Ace of the Deep
Join Date: Apr 2005
Posts: 1,142
Downloads: 111
Uploads: 0
Can anyone tell me how to increase value and reduce the value?
// 6. horizont haze
float hazeMask = smoothstep(1, 0, saturate(In.eyeDir.w * g_skyHazeHeight.x - g_skyHazeHeight.y)*2);
color = lerp(color, g_skyHazeColor, hazeMask);
THANKS!
W_clear
View Public Profile
Find More Posts by W_clear