Jump to content

[SOLVED] Substeps Is What Makes Bullet Collision Work.


Atom

Recommended Posts

Hi All,

I was playing around with trying to leverage bullet but I can't get even basic boxes to avoid each other. There are always a few that still find a way into their neighbors geometry.

Is this just normal?

Or is there a way to have bullet collision actually be more accurate and respect the boundaries of the nearby mesh?

Untitled-1.png

ap_rbd_bullet_collision_issue.hiplc

Edited by Atom
Link to comment
Share on other sites

Not really "basic boxes" there. You're generating already interpenetrating boxes from the get go, strange would be if it worked properly

That aside 

Increasing the number of substeps in the bulletsolver drastically reduces the issue (try, 50, 100, 200...). Same for the substeps of the dopnet. At some point it starts exploding, which I suppose is the expected behavior since you're creating a mesh inside another mesh

Which is to say, avoid interpenetrating things to begin with

 

 

 

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