MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / if

Function if

physx/source/lowlevelaabb/src/BpAABBManager.cpp:562–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560
561 const AABB_YZ& box0 = boxes_YZ[index0];
562 SIMD_OVERLAP_PRELOAD_BOX0
563
564 if(gUseRegularBPKernel)
565 {
566 PxU32 index1 = runningIndex;
567 while(boxes_X[index1].mMinX<=maxLimit)
568 {
569 ABP_OVERLAP_TEST(boxes_YZ[index1])
570 {
571 pm.outputPair(index0, index1);
572 }
573 index1++;
574 }
575 }
576 else
577 {
578 PxU32 Offset = 0;

Callers 10

IAABBClass · 0.70
SIMD_AABBClass · 0.70
PxProfileScopedMethod · 0.50
convertClassMethod · 0.50
swapIndexMethod · 0.50
IterClass · 0.50
SimpleRayTriOverlapClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected