They are defined in the .h file of the C-api:
Code: Select all
extern plCollisionBroadphaseHandle plCreateSapBroadphase(btBroadphaseCallback beginCallback,btBroadphaseCallback endCallback);
With the C-api, how do I get a notification that two objects have collided?
The Dino demo doesn't use this portion of the c-api, so there's no example there. I'm guessing it was just never implemented.