05-04-2019, 05:18 AM
Obi cloth cannot collide with obi collider from mesh collider. Why is this happened? I tried obi collider from sphere collider, but it has no problem.
Help collision with mesh collider
|
05-04-2019, 05:18 AM
Obi cloth cannot collide with obi collider from mesh collider. Why is this happened? I tried obi collider from sphere collider, but it has no problem.
05-04-2019, 06:16 AM
(05-04-2019, 05:18 AM)Richard Wrote: Obi cloth cannot collide with obi collider from mesh collider. Why is this happened? I tried obi collider from sphere collider, but it has no problem. Hi, Collisions with mesh colliders should work. However keep in mind that mesh colliders are not "solid", they're paper-thin surfaces. So if a particle ends up inside a mesh collider due to tunneling it will not be projected back out. Depending on your use case, distance fields might be a better option. See: http://obi.virtualmethodstudio.com/tutor...ields.html (05-04-2019, 06:16 AM)josemendez Wrote: Hi, I solved the problem, thank you. However, when I increase scale object inside shirt shaped obi cloth object, it passes its collider. Why?
05-04-2019, 08:27 AM
05-04-2019, 08:53 AM
Hi,
As I mentioned, MeshColliders are not solid. If you suddenly change the scale of the collider, chances are particles that were outside of it before the scale change will now be inside. This is a form of tunneling. You can get a better idea of what's happening by adding a ObiParticleRenderer to your cloth to see individual particles.
05-04-2019, 09:22 AM
(05-04-2019, 08:53 AM)josemendez Wrote: Hi, How can I avoid "suddenly change" , and tunneling?
05-04-2019, 09:44 AM
(This post was last modified: 05-04-2019, 09:44 AM by josemendez.)
05-04-2019, 09:57 AM
|
« Next Oldest | Next Newest »
|