valueerror Posted March 1, 2015 Share Posted March 1, 2015 is there a way to disable collisions for a certain object but still get the onBeginContact event when they collide? activating sensor is no option because i need the object to still collide with everything else.. using collision groups seems not to work either because if i configure obj1 to not collide with obj2 the onBeginContact event is not fired anymore. for now i use a hacky workaround in the onPresolve Event to cancel the collsion response.. but i have the feeling that there is an easier way for that. thx in advance Link to comment Share on other sites More sharing options...
valueerror Posted March 14, 2015 Author Share Posted March 14, 2015 well.. the knot in my head didn't get lose yet..it seems this is not possible since noone could answer this question.so i let them collide as usual but in the on presolve event i check if bodyA or bodyB are the specific bodies that should collider with everything but with each other only "report" the collision event without the collision response and i csncel the complete collision there...sounds to complicated for me to be true.. i still think i just overlooked the obvious thin here. Link to comment Share on other sites More sharing options...
Recommended Posts