sanostol Posted May 8, 2007 Share Posted May 8, 2007 Hi, i want to emit particles by a split, and they get the color by the sourceparticle that has a ramp over its lifetime. but I want to fade the color to for example black over the lifetime, no matter what color they started with. for example the sourceparticle has a ramp on its life from green to blue. the emitted particles should start at with the picked color and fade to black. is this possible? Quote Link to comment Share on other sites More sharing options...
old school Posted May 8, 2007 Share Posted May 8, 2007 (edited) Again use the Color POP but use the expression mode for both Cd and Alpha. You want to use an expression that looks like: fit01($LIFE, $CR, 0) fit01($LIFE, $CG, 0) fit01($LIFE, $CB, 0) and same for alpha. Edited May 8, 2007 by old school Quote Link to comment Share on other sites More sharing options...
sanostol Posted May 8, 2007 Author Share Posted May 8, 2007 thanks Again use the Color POP but use the expression mode for both Cd and Alpha.You want to use an expression that looks like: fit01($LIFE, $CR, 0) fit01($LIFE, $CG, 0) fit01($LIFE, $CB, 0) and same for alpha. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.