Contact Info

khoowaikeong
Posts: 43
Joined: Fri Jun 15, 2012 7:11 am

Re: Contact Info

Post by khoowaikeong »

can anyone tell me how to find the point they intersect?
there is no clear explanation on what these values actually means...
khoowaikeong
Posts: 43
Joined: Fri Jun 15, 2012 7:11 am

Re: Contact Info

Post by khoowaikeong »

also after calling stepSimulation(); pt.getDistance() < .0f just don't seem to work.
it seem the collision bounce the object away so you don't actually get "a hit" even when they HAD hit each other.
i end up relaxing the band to pt.getDistance() < 1.0f which then started returning result...

is there a more accurate way to detect collision? :shock: