PDA

View Full Version : how to delete particles gradually


prieMAX
07-15-2009, 08:48 AM
hi all,
I just want ask, how to delete particles gradually? (with particleFlow)
because 'delete operator' cannot do that, the particle age will delete instantly after reach the number that we set...
example : I want make particles to be disappear from viewport gradually from frame 20-30.., how? using map?

thanks

noouch
07-15-2009, 09:21 AM
The variation parameter in the Delete operator will vary the age each particle will be deleted at.

lo
07-15-2009, 05:57 PM
It looks like you're looking for a way to fade out particles using opacity.

say you want to fade out your particles gradually from age 50 to 60, send them via an age test to a new event at age 50.

In this new event, first off put a material dynamic operator. Make sure to check 'reset particle age'.

To this operator add a material similar current material, but one that has a particle age map in the opactiy slot with which you can control the fading out (start at white at 0% age and black at %100 age).

After that add a delete operator, set to by particle age = 10. (add any age variation you wish).

prieMAX
07-16-2009, 06:11 AM
yup....
thanks....for your help

CGTalk Moderation
07-16-2009, 06:11 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.