sipi Posted June 17, 2020 Share Posted June 17, 2020 (edited) Hi everyone, Is it possible to dilate a velocity vector field? The VDB Reshape SDF node only works on sdf fields. VDB Activate can expand but it only makes active voxels, I would like to expand the vel field values from the border of the field outward. Edited June 17, 2020 by sipi Quote Link to comment Share on other sites More sharing options...
Andrea Posted June 17, 2020 Share Posted June 17, 2020 You can use first VDB Activate to get the desired siza and then a volume VOP with volumesamplevector for sampling the velocities from the border and extend them how you prefer.The idea is to copy the values from the border of the original velocity field to the new empty voxel. This is also done in DOP network in SOP scalar/vector field, but it's not possible to see how. Quote Link to comment Share on other sites More sharing options...
sipi Posted June 17, 2020 Author Share Posted June 17, 2020 7 minutes ago, Andrea said: The idea is to copy the values from the border of the original velocity field to the new empty voxel. Sounds like a good idea! Can you explain how to actually do it in the volume VOP? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.