- Home /
Question by
TrackpadStudios · Sep 03, 2012 at 09:07 AM ·
timefogdensity
Fog density over time.
I'm trying to get the fog density to slowly increase over time, as opposed to simply upping the density every so often. Anyone know how to do that?
Comment
What is the problem with increasing the density progressively (every frame) ?
I don't understand what you are trying to achieve. If you want to increase the density the best way is to increase it slightly every frame. Just remember to multiply it by Time.deltaTime .
That is what I tried. It didn't seem smooth enough to look realistic. I guess I'll just try using that.