Jump to content

POP collision not working properly


richard_mcd_green

Recommended Posts

Hi,

I'm trying to collide some particles with a simple collision object and a ground plane, however whenever I enable the collision objects in my scene the particles seem to be colliding in midair instead of with the objects. The collision preview looks fine and I've tried adjusting the collision tolerance of the particles but to no avail. the sim works when I bypass the collision objects. Any idea why this could be happening?

sim.zip

Link to comment
Share on other sites

Ok, here is my rework of your scene, not sure if it is right.

Here is what I changed.

Inside the popnet you want to keep an eye on how the merges work. Some merges work based upon left input affecting right input and others work based upon a mutual relationship. In shelf tool configurations, static is always on the left of what it is colliding with. Then RBD is mutual. I re-wired the nodes to reflect this.  I also added gravity to the scene.

Once you have a popnet output with colliders, you have to make sure you don't import the collision geometry as the popnet result. So alter your ObjectMerge on the popnet to remove the ground plane and the bench like so. This will give you only the particles as the result.

* ^rbdobject1 ^groundplane1

 

 

catch_petals.gif

ap_Hand2.hiplc

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

Hey Atom,

Thanks for taking a look, I didn't know that about merge nodes or the object merge, so that's really useful! However, the problem was persisting once I added back in my other pops and popwrangle. I eventually worked out that the problem was coming from the wrangle, it was setting the max pscale to 1.3, which was way to big for the scene hence the instant collisions! I hadn't noticed because my geo was copying onto the particles at a decent size, but that is because it was small to begin with. However this is now fixed!

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