Jump to content

RBD Fractured object with different SDF collision samples


Ole

Recommended Posts

Hi, 

In my latest destructive experiments, I have found two issues regarding efficiency and management of fractured objects imported to DOPs: The object consists of fractures with differently sized fragments. To have a proper simulation I would have to adjust the SDF resolution to fit the large parts, while the small parts gets stuffed with way more information than needed. I then tried to separate out the different sized pieces from the stamp construction loop with 'if(prim("../stamp", $PR, "boundingBox", 0) >= 0.5, 1, 0)' on a delete node. This works fine for separating out two levels of detail from the fractured geometry, but I can't figure out a good way to have multiple levels of details. 

The second question is: Say I get my fractured object out on different levels. How do I avoid a unstable simulation since the differently named pieces is located so close to each other? So far I've solved it with a Active Value DOP, but is there another way?

I've attached a HIP-file with the said issues if the questions was a bit unclear: BBX_Fracture.hipnc

Edited by Ole
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...