erwincoumans
85fd7f560c
add first draft of contact point query in shared memory API
b3SharedMemoryCommandHandle b3InitRequestContactPointInformation(b3PhysicsClientHandle physClient);
void b3SetContactFilterBodyA(b3SharedMemoryCommandHandle commandHandle, int bodyUniqueIdA);
void b3SetContactFilterBodyB(b3SharedMemoryCommandHandle commandHandle, int bodyUniqueIdB);
void b3GetContactPointInformation(b3PhysicsClientHandle physClient, struct b3ContactInformation* contactPointData);
Implemented for PhysicsClientSharedMemory, not for PhysicsDirect yet.
Add btCollisionObject::setUserIndex2
2016-09-01 13:30:07 -07:00
..
2016-04-26 20:47:10 -07:00
2016-04-26 20:52:52 -07:00
2016-04-26 20:47:10 -07:00
2016-06-07 17:02:47 -07:00
2016-07-14 00:05:57 -07:00
2016-07-14 00:05:57 -07:00
2016-08-12 14:18:46 -07:00
2016-08-12 14:18:46 -07:00
2016-04-26 21:08:02 -07:00
2016-04-28 23:01:49 -07:00
2016-09-01 13:30:07 -07:00
2016-08-17 19:35:52 -07:00
2016-08-12 14:18:46 -07:00