Obi Official Forum
Help Obi collider - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Cloth (https://obi.virtualmethodstudio.com/forum/forum-2.html)
+--- Thread: Help Obi collider (/thread-939.html)



Obi collider - Richard - 27-02-2019

I am using obi collider, but the collider seem not to work correctly. What is wrong?


RE: Obi collider - josemendez - 27-02-2019

(27-02-2019, 02:37 PM)Richard Wrote: I am using obi collider, but the collider seem not to work correctly. What is wrong?

The radius of your particles is too small. Use the particle editor to increase it (you can add a ObiParticleRenderer component to debug collisions). Alternatively, increase your collider's "thickness". See:

http://obi.virtualmethodstudio.com/tutorials/collisions.html
http://obi.virtualmethodstudio.com/tutorials/particleediting.html
http://obi.virtualmethodstudio.com/tutorials/particlerendering.html


RE: Obi collider - anonymous - 09-03-2019

(27-02-2019, 04:08 PM)josemendez Wrote: The radius of your particles is too small. Use the particle editor to increase it (you can add a ObiParticleRenderer component to debug collisions). Alternatively, increase your collider's "thickness". See:

http://obi.virtualmethodstudio.com/tutorials/collisions.html
http://obi.virtualmethodstudio.com/tutorials/particleediting.html
http://obi.virtualmethodstudio.com/tutorials/particlerendering.html

Had the same issue. Collision were triggered but with no visible effect. Increasing the thickness did the trick. Thanks!