Nparticles gravity by age to fall down

Nparticles gravity by age to fall down

Anonymous
Not applicable
749 Views
2 Replies
Message 1 of 3

Nparticles gravity by age to fall down

Anonymous
Not applicable

Hello, i want to fall down my particles attached to my object by gravity but at a specific time (80-90) and with a progressive falling. Not all at once

 

if someone could help me.

 

i think about it like that : ?

/////////////////

if frame >= 80;

{

then (particles = 1, particles<100, i++)

{particles gravity = 9.8}

}

//////////////////////

 

i dont know how to use age or to make a random selection with my particles

sorry, i 'm not a coder 😉

 

thx for the help

0 Likes
750 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

something like that in 3dsmax, thx

0 Likes
Message 3 of 3

Anonymous
Not applicable

currently i'm here 😑

 

if (frame>=80)

     for (nParticleShape1.indexPP ==1; nParticleShape1.indexPP<11; ++nParticleShape1.indexPP)

          nParticleShape1.dynamicsWeight = 1

else

     nParticleShape1.dynamicsWeight = 0

0 Likes