[ODE] Box-box and cilynder-trimesh collisions

Erin Catto erincatto at sbcglobal.net
Thu Mar 17 21:17:40 MST 2005


It looks like you are destroying the contact joints just after creating
them.

-----Original Message-----

            dJointID jointContactID =
dJointCreateContact(world->getWorldID(),
jointGroup, &contacts[i]);
            dJointAttach(jointContactID, dGeomGetBody(contacts[i].geom.g1),
dGeomGetBody(contacts[i].geom.g2));
            dJointDestroy(jointContactID);





More information about the ODE mailing list