Jump to content
Sign in to follow this  

Recommended Posts

Hi

I want to simulate a sandstorm that come in and leaves after an hour.

The effect I've got so far is this

_ppGrain = ppEffectCreate ["colorCorrections", 2005]; "colorCorrections" ppEffectEnable true; "colorCorrections" ppEffectAdjust [1, 0.6, -0.001, [1,0.675,0.188,0.3], [1,0.675,0.188,0.4],  [1,0.675,0.188,0.3]]; "colorCorrections" ppEffectCommit 3;

I can make the effect fade in, but how would I fade it our later? Will also prob have to sync it to the fog's time.

Share this post


Link to post
Share on other sites

Should be just -

"colorCorrections" ppEffectAdjust [1, 1, 0, [0,0,0,0], [0,0,0,0], [0,0,0,0]];
"colorCorrections" ppEffectCommit 3;

In other words, reseting the value and recommiting.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×