ReactPhysics3D
v0.10.2
C++ Physics engine library
|
This class represents a callback when an overlap occurs. More...
#include <include/reactphysics3d/collision/shapes/ConcaveMeshShape.h>
Public Member Functions | |
ConvexTriangleAABBOverlapCallback (TriangleCallback &triangleCallback, const ConcaveMeshShape &concaveShape) | |
virtual void | notifyOverlappingNode (int nodeId) override |
This class represents a callback when an overlap occurs.
|
overridevirtual |
Implements reactphysics3d::DynamicAABBTreeOverlapCallback.