OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
#include <OgreBullet.h>
Public Member Functions | |
virtual | ~CollisionListener () |
virtual void | contact (const MovableObject *other, const btManifoldPoint &manifoldPoint)=0 |
Called when two objects collide. | |
|
inlinevirtual |
|
pure virtual |
Called when two objects collide.
other | the other object |
manifoldPoint | the collision point |