art3mis Posted December 11, 2019 Share Posted December 11, 2019 Question about proper way to animate your geometry when using for collision. If you animate some geometry and then use an Object Merge to bring this geometry inside another geo where you create your collisions (using either Collision SOP or VDB From Polygons) ,does this mean in essence you are recreating your collision VDBs on every frame? AFAIK the important thing is that your collision VDBs contain correct velocity values. Quote Link to comment Share on other sites More sharing options...
jimeng20 Posted December 12, 2019 Share Posted December 12, 2019 Hi there, If you are using static object WITHOUT proxy volume, the solver will create sdf every frame if your object is animated or deformed. But if you create the sdf outside of the dopnet, the dop will just read in whatever sdf from sop level and calculate it i.e. gasenforceboundary microsolver, or using proxy volumes in static object. You can cache out your collision sdf so the dop will just read in the disk file. Also here is some information about collision from sidefx: Hope this would help. Quote Link to comment Share on other sites More sharing options...
art3mis Posted December 13, 2019 Author Share Posted December 13, 2019 Thanks. I am using the proxy volume so I guess I am ok. 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.