Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Everything posted by [email protected]

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