Jump to content

Rigid Body Solver


yujiyuji

Recommended Posts

I am currently using Rigid body solver to create a destruction simulation.
I'd like to make it so that the scattered pieces become smaller and smaller as time goes by, and eventually disappear.

Can someone please tell me how to do this?
Thank you in advance.

I've attached a sample file.test.hip
 

Link to comment
Share on other sites

You can do that in many ways, here's a simple one. Put down a Sop Solver in your DOP Network and inside put down a Primitive SOP with the following code in the three Scale Parameters:

clamp(1-(@deactivation_time/2),0,1)

Edited by Yader
  • Like 1
Link to comment
Share on other sites

  • 2 months later...

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