Jump to content

points flowing throught volume grid


gangland

Recommended Posts

Hey guys i trying to create a few points floating within an volumefield.

i created an density field with a bunch of noises multiplying the values also an offset in X

made an points source.

i feed a solver sop with an vdb adect points inside it.

it gives an error expecting an vector3f, i dont know whats going on.

for debuging the behavior, i used an pop advect volumes with an pop solver, its just give an diagonally wiggle 

 

vdb_adect.hip

Edited by gangland
Link to comment
Share on other sites

Check out the help card for the vdbadvect. You need to supply a velocity field. The density you are supplying is essentially a float, and as the error message indicates, you need a vector like vel.x, vel,y, vel.z merged together. Also, make sure to type the name of the vdb primitive into the Velocity VDB field.

 

 

Untitled-1.jpg

Edited by Atom
  • Like 1
Link to comment
Share on other sites

2 hours ago, Atom said:

Check out the help card for the vdbadvect. You need to supply a velocity field. The density you are supplying is essentially a float, and as the error message indicates, you need a vector like vel.x, vel,y, vel.z merged together. Also, make sure to type the name of the vdb vector into the Velocity VDB field.

 

 

Untitled-1.jpg

 

Thanks bro.

 

i realized the lacking of basics concepts.

Found the solution of this waaaaay old masterclass, this most basic stuffs blew my mind.

cheers

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