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 ?
how to disable a collision pair ?
-
- Posts: 52
- Joined: Wed Sep 28, 2011 8:36 am
- Location: France
-
- Posts: 168
- Joined: Tue Jan 04, 2011 11:47 pm
Re: how to disable a collision pair ?
collision masks, check the tutorials...
-
- Posts: 52
- Joined: Wed Sep 28, 2011 8:36 am
- Location: France
Re: how to disable a collision pair ?
thx, dunno how I could have missed it 

-
- Posts: 168
- Joined: Tue Jan 04, 2011 11:47 pm
Re: how to disable a collision pair ?
It's all right...Actually, I think though the tutorials are always blamed for their simplicity, they did cover the most essential information