how to disable a collision pair ?

User avatar
Yann
Posts: 52
Joined: Wed Sep 28, 2011 8:36 am
Location: France

how to disable a collision pair ?

Post by Yann »

I'd like to disable some collision pairs in my bullet simulation.
I used to have constraints between some of my bodies, so it was easy to disable collisions between them. Now I would like to disable collision detection between these bodies, but with no constraints between them. Is there an easy way to do so ?
User avatar
Dr.Shepherd
Posts: 168
Joined: Tue Jan 04, 2011 11:47 pm

Re: how to disable a collision pair ?

Post by Dr.Shepherd »

collision masks, check the tutorials...
User avatar
Yann
Posts: 52
Joined: Wed Sep 28, 2011 8:36 am
Location: France

Re: how to disable a collision pair ?

Post by Yann »

thx, dunno how I could have missed it ;)
User avatar
Dr.Shepherd
Posts: 168
Joined: Tue Jan 04, 2011 11:47 pm

Re: how to disable a collision pair ?

Post by Dr.Shepherd »

It's all right...Actually, I think though the tutorials are always blamed for their simplicity, they did cover the most essential information