some question about cloth collision

sssa2000
Posts: 12
Joined: Thu Oct 26, 2006 8:36 am

some question about cloth collision

Post by sssa2000 »

i want to set the cloth is not influenced by other colliding rigid bodies.
in physx, i can set the cloth's flag,

in bullet,how to do it?
if anyone can help me i will appreciate it
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: some question about cloth collision

Post by Erwin Coumans »

You need to use latest Bullet 2.75 Physics SDK RC6, and then you can specify collision group/mask as optional 2nd/3rd argument to btSoftRigidDynamicsWorld::addSoftBody.

Hope this helps,
Erwin