#include <PxImmediateMode.h>
Public Member Functions | |
virtual bool | recordContacts (const Gu::ContactPoint *contactPoints, const PxU32 nbContacts, const PxU32 index)=0 |
Method to record new contacts. | |
virtual | ~PxContactRecorder () |
virtual PxContactRecorder::~PxContactRecorder | ( | ) | [inline, virtual] |
virtual bool PxContactRecorder::recordContacts | ( | const Gu::ContactPoint * | contactPoints, | |
const PxU32 | nbContacts, | |||
const PxU32 | index | |||
) | [pure virtual] |
Method to record new contacts.
[in] | contactPoints | The contact points produced |
[in] | nbContacts | The number of contact points produced |
[in] | index | The index of this pair. This is an index from 0-N-1 identifying which pair this relates to from within the array of pairs passed to PxGenerateContacts |