iam83 Posted August 27, 2019 Share Posted August 27, 2019 Hi everyone, Can't get why the RBD solver doesn't take all the geometry generated with Copy to points. It only take the first object and ignore the others that coming in later. Also collisions don't work either even though it looks like it's setup correctly. Please, help! geo_collisions.hip Quote Link to comment Share on other sites More sharing options...
woodenduck Posted August 27, 2019 Share Posted August 27, 2019 You sim is only generating geo on the first frame. You can set "creation frame" on you rbdPackedObject node to $FF to get it to keep adding more spheres, however, it won't just add the new spheres, it will add a new instance of every sphere on each frame. At Sop level you will need to delete the spheres that have already been added to the sim at each timestep. Quote Link to comment Share on other sites More sharing options...
iam83 Posted August 27, 2019 Author Share Posted August 27, 2019 16 minutes ago, woodenduck said: You sim is only generating geo on the first frame. You can set "creation frame" on you rbdPackedObject node to $FF to get it to keep adding more spheres, however, it won't just add the new spheres, it will add a new instance of every sphere on each frame. At Sop level you will need to delete the spheres that have already been added to the sim at each timestep. Thank you! I'll try that. Sounds complicated though 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.