Jump to content

mississippi.sludge@gmail.com

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About mississippi.sludge@gmail.com

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. mississippi.sludge@gmail.com

    ppEfect fadeIn and out

    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.
×