PDA

View Full Version : Particles: variable radiusPP


powernemo
12-21-2004, 01:07 PM
Hi there,

I have this simply excpression but i can't figure what's wrong:

Runtime Expression Before Dynamics mapped on radiusPP of my ParticleShape2
here's :

float $raggio=.05;
if($raggio<.2)
{

$raggio=.05+(time/20);
particleShape2.radiusPP=$raggio;
}

i want my blobbies start from .05 size and grow up 'til .2 but in some case blobbies grow time after time without stopping in other case they won't grow. What's wrong? What's the correct implementation?
thnx

CGTalk Moderation
01-20-2006, 05:00 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.