MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / notifyOverlappingNode

Method notifyOverlappingNode

src/systems/BroadPhaseSystem.cpp:223–225  ·  view source on GitHub ↗

Called when a overlapping node has been found during the call to DynamicAABBTree:reportAllShapesOverlappingWithAABB()

Source from the content-addressed store, hash-verified

221// Called when a overlapping node has been found during the call to
222// DynamicAABBTree:reportAllShapesOverlappingWithAABB()
223void AABBOverlapCallback::notifyOverlappingNode(int nodeId) {
224 mOverlappingNodes.add(nodeId);
225}
226
227// Called for a broad-phase shape that has to be tested for raycast
228decimal BroadPhaseRaycastCallback::raycastBroadPhaseShape(int32 nodeId, const Ray& ray) {

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected