wilson99 Posted August 12, 2016 Share Posted August 12, 2016 (edited) Hi guys, https://gyazo.com/6f0d777b1d67ca0ee1a454be01f34855 Above is a gif showing a Cd transfer from a sphere(red) to a grid(black) using a solver. Is there a way I can create an age attribute for these particles when they turn red. Then after a couple of frames they would revert back to the colour black. Any ideas would be great, thanks! ageTest.hip Edited August 12, 2016 by wilson99 Quote Link to comment Share on other sites More sharing options...
mestela Posted August 12, 2016 Share Posted August 12, 2016 Append a point wrangle after your attrib transfer, with this line: @Cd *= 0.9; That will make the colour fade by 0.1 each frame, giving you a fading trail. This and other solver tricks are covered here: http://www.tokeru.com/cgwiki/index.php?title=The_solver_sop 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.