CF_NO_CONTACT_RESPONSE

anshul.bhardwaj
Posts: 28
Joined: Mon Aug 29, 2011 11:02 am

CF_NO_CONTACT_RESPONSE

Post by anshul.bhardwaj »

How can we set the dynamic object response to CF_NO_CONTACT_RESPONSE for a particular collider object?

Suppose we have 4 static collider object o1, o2, o3, o4. and a dynamic object d1. And i want that when d1 collide with o1 or o2 it behave according to the physics but if d1 collide with o3 or o4 then i only need collision notification and no response. If i put collision flag to dynamic object then it didn't respond to any of the collider data. Please help.
Mako_energy02
Posts: 171
Joined: Sun Jan 17, 2010 4:47 am

Re: CF_NO_CONTACT_RESPONSE

Post by Mako_energy02 »

Is there any particular reason you can set "CF_NO_CONTACT_RESPONSE" on o3 and o4? Unless you have something unique in your setup preventing that, that should get you what you want.