Jump to content

particle position by VOP Mix


saca

Recommended Posts

hi,

i want to move particles, from start position to goal position.

*)goto_smooth_v001.003_mix.hipnc

in POP_Net, the vop network "goto" is built with "Mix" operator, and "bias" is specify by parameter animation.
animation 24f=0, 72f=1.0, thus 2 seconds animation.
i want that moving slowly at around 24f, reach max speed in middle, slow down in end position at around 72f.
but the particles reach around 48f, not follow animation curve that i created.
this is same in ramp curve.

how controlling particle speed by mix animation curve?

*)goto_smooth_v001.002_ramp.hipnc
(the best is ramp curve.)

thanks.
 

goto_smooth_v001.002_ramp.hipnc

goto_smooth_v001.003_mix.hipnc

Edited by saca
Link to comment
Share on other sites

Noboru,

Your problem is that you're trying to use a dynamic network when you don't have to. Because your mixing positions in a pop network, you're getting feedback every iteration, making results that you are not expecting. You really don't need a particle system at all to achieve your goal (see what I did there ;-). 

Check out this modified file for a solution using just a point vop.

goto_smooth_v002.003_mix.hipnc

Link to comment
Share on other sites

thanks KarlRichter, sorry too my late.

in simply case,   your way is very good.

but my project is more complex scene by particle, and needs flexible motion.

---

Maybe this is the way to go.
Calculate the value of the animation curve for each frame. (AF)
Add that value by the number of frames. (SumA)
Calculate the length of the first and last positions. (SumB)
Divide sumB by sumA. (C)
The distance to go for each frame is C * aF

I will try a little more.

thanks!

 

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...