Jump to content

POPS : Weighted Emission Distribution


Mdonovan

Recommended Posts

I am working with POPs and I want to emitted a random number of particles every N frames ... so I am using the following in my impulse count.... 

 if($FF % 20==1 , fit(rand($FF*5), 0, 1, 0, 10), 0 )

to emit between 0 and 10 particles every 20 frames. My question is ... how can I create a sorry of fuzzy emission frame ... instead of every 20 frames ... id like it to be ever 20 frames with a few getting emitted within a given tolerance of 20.

Thanks

Link to comment
Share on other sites

not directly answering your question...but just one (my) way of doing things...

In popsource1, Freq is pretty obvious, the Cut Off is like 'spread'...the more you cut off (closer to 1), the sharper the emission...the less you cut off (closer to 0)..the more it spreads out over time...

vu_BirthCycles.hipnc

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...