Page 1 of 1

PhysX: Can't make a chain!

PostPosted: Saturday, 08.February 2014, 11:03
by Skinnytorus
Hey guys,
I've been trying to make a chain without using joints and can't see if mesh collide mode works in such case.
Any hints as to how to make it work? Is that setup to supposed to work this way?

Re: PhysX: Can't make a chain!

PostPosted: Friday, 14.February 2014, 09:18
by ikam
mesh collider vs mesh collider is not supported by physx.
A mesh collider only collide with others collider types (hull, box, sphere, plane)

The only way to do that is to use joints and use hullmesh colliders or boxes for the chain elements.

Re: PhysX: Can't make a chain!

PostPosted: Friday, 14.February 2014, 19:29
by Skinnytorus
Thanks, man. I'm going with the joints then.