new point node

   2351   2   0
User Avatar
Member
50 posts
Joined: April 2017
Offline
Hi,guys.

I am newer in houdini. I don't know how to use the new point node in houdini 16,it is very different from before,for example,I want to add the Paticle velocity ,but there is no paticle option in this node now,how can I do? Thanks for any help!
User Avatar
Member
2568 posts
Joined: June 2008
Offline
Just drop down a Trail node after your point and change the mode to Compute Velocity. This will generate the v attribute. If your point is animated it will detect the change in velocity over time and assign that value to the v attribute.

Alternately you can simply drop down an attribute wrangle set to Run Over Points and just assign any value you want to velocity.
v@v = set(0,1,0);
Edited by Enivob - May 22, 2017 16:28:05
Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
User Avatar
Member
50 posts
Joined: April 2017
Offline
Thanks your reply!it is very useful to me.
  • Quick Links