Retrieve the point of collision of two colliding bodies

Hello,

Is it possible to retrieve the point of collision of two colliding bodies/3d mesh objects at run-time ?

Thanks,

nobody ??? !!!

You can do it using collision detection as per manual: panda3d.org/manual/index.php … _Detection

You can also take a look at the reference:
panda3d.org/reference/1.8.0/ … f398eb9b50

@wezu: Thank you for pointing me to the exact location of the manual to deal with complex collision detection.

Thanks,