Jump to content

rbd into grains


isah_voodoo

Recommended Posts

hello

I have a simple rbd sim exploding outwards that I want to turn into vellum grains as they explode.

I have a simple set up working but the issue is that my source is emitting grains at every frame due to the creation frame being at $F.

Is there a way where I can emit the grains on only one frame as the rbd is exploding ?

I tried a length function to try and delete slow moving pieces but it is still emitting for a good 10 frames.

I am trying to get it to emit once when the rbd piece is moving the fastest.  The idea is to make the rbd pieces look like it is breaking up into a finer sand.

I hope this is not a very complicated issue.

I will attach my scene file for anyone that wants to take a look.

Thank you

rbd_into_grains.hip

Link to comment
Share on other sites

Hello!

"I am trying to get it to emit once when the rbd piece is moving the fastest". I just did this to your scene.. I think my approach miiight be heavy for production.. maybe not, I'm tired :P ! Sometimes solving the RBD centroids if tons, can be heavy, so may be a more optimized smarter way to approach it.

good luck, hope it helps.

 

MM_send_rbd_into_grains.hiplc

mm_rbdgrain.1.mov

Link to comment
Share on other sites

No problem, wish I could help more. Not exactly sure the effect you're going and I haven't done recursive looking fractures but if I had to guess, I think I would do your initial RBD sim as a low res guide like you have currently, and then feed that into another RBD sim (and repeat this process as many times as you want), that is a further fractured version of your pieces, and activate those based on your speed logic and then when those pieces activate and break apart in the 2nd sim. Use that data to emit your grains from, - Which could be instantaneous frame like you have currently, or based on their rest comparisons. So, as soon they separate more than 0.1, make that emit, IE : 0 : don't emit, 0.1 : emit, 0.2 and on : don't emit. Perhaps as that recursion happens, scale the rbds almost out of existence if you're going granular. - Just some ideas.

 

 

Edited by MaximumsProductions
  • Like 1
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...