I’ve got a problem with object identifications.
I have two objects in my world : one cube and one sphere.
When I do :
System.out.println("Cube ID = "+cube.getNativeAddr());
I get :
Cube ID = 0
But when there is a collision between the Sphere and the Cube, GeomID1 and GeomID2 are something like that :
GeomID1 = 136384632 GeomID2 = 136373288
Can anyone help ?