Jump to content

Dust from impact


Recommended Posts

Hi,

 

I want my chunk particles make some dust when reaching the ground (impact hit).

Can someone please explain me how to do that in a simple way that a newbie understand?

 

I have built a pop network with randomized chunks that get thrown in the air from an explosion and after a while hit the ground.

 

All the best, Stig

Link to comment
Share on other sites

Since you are generating your particles in a POP, you might want to take advantage of using the collision pop node. In your collision pop just go to the Attributes tab and enable "Add Num Hit Attribute" to capture the number of times a particle hit the ground. You could then take your particles and delete by expression: $NUMHITS == 1  and swithc to delete non-selected. This will only display the points that have hit once. You could copy some geo to the "HIT" points and source smoke off those, since they're only visible when hit. I'll see if I can get you a example.

  • Like 1
Link to comment
Share on other sites

Hi,

 

Sorry, I didnt mean to write that it is make of particles.

Actually, the chunks are geometry that is tranformed to RBD fractured objects. Those are who I want to make dust when reaching the ground.

 

I really appreciate you help!

 

Stig

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