15 #ifndef PHYSXOVERLAPREPORT_H 16 #define PHYSXOVERLAPREPORT_H 18 #include "pandabase.h" 20 #include "pointerTo.h" 22 #include "config_physx.h" 23 #include "physx_includes.h" 39 unsigned int get_num_overlaps()
const;
43 MAKE_SEQ(get_overlaps, get_num_overlaps, get_overlap);
47 INLINE ~PhysxOverlapReport();
49 virtual bool onEvent(NxU32 nbEntities, NxShape **entities);
55 typedef Overlaps::const_iterator const_iterator;
56 const_iterator _iterator;
59 #include "physxOverlapReport.I" 61 #endif // PHYSXOVERLAPREPORT_H Objects of this class are returned by the 'overlap shape' methods, for example overlapSphereShapes.
Abstract base class for shapes.