Particles spawning based on the velocity of points
3019 3 1- ispep
- Member
- 7 posts
- Joined: March 2015
- Offline
If I wanted to spawn particles from and based on the velocity of an objects points what would be my approach to this? I'm assuming need to use an attribute vop before passing it to the pop network… but my mind is a bit dead to houdini at the moment, just need someone to point me in the right direction if possible. Really appreciate any help provided!
- Mostafa kh
- Member
- 24 posts
- Joined: Aug. 2015
- Offline
I don't know that what do you want the velocity do for generating particles. I guess assume you want more particles from point with higher velocity. So this is what I would do:
pointvop (bind v length to speed attr) + pointreplicate (generate from attr on and speed attr in it)
and also a volume from velocity to use as particle advect by volume source.
pointvop (bind v length to speed attr) + pointreplicate (generate from attr on and speed attr in it)
and also a volume from velocity to use as particle advect by volume source.
Philomath
- Mostafa kh
- Member
- 24 posts
- Joined: Aug. 2015
- Offline
- ispep
- Member
- 7 posts
- Joined: March 2015
- Offline
-
- Quick Links