Jump to content

Do we have a way to fill interior or interpolate vel after generating VDB vel?


tagosaku

Recommended Posts

 

Hi, I have a question about VDB vel. Normaly when I create a VDB from poly, I don't use 'fill interior', and after processing, somtimes I have to fill out or interpolate velocity inside of object. I tried a VDB_combine, VDB_extrapolate, etc. However, I cannot find a function similar to Fill interior.
My guess is that at least there are 2 steps; I have to activate inisde of object then intepolate vel from a object shell. Does anone know others ways to do it? Thanks!
 

image.thumb.png.35af55774ee57d17a49be6b06eab924a.png

Edited by tagosaku
Link to comment
Share on other sites

Try dropping down a volume wrangle. You should be able to assign a new value throughout.

@vel = set(0,1,0);

Another strategy might be to use a points from  volume after your box to generate interior points before assigning them velocity. Then rasterize them to generate your VDB.

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