Add only small AABBs to PLBVH, add large AABB support.
This commit is contained in:
@@ -1307,3 +1307,12 @@ cl_mem b3GpuSapBroadphase::getOverlappingPairBuffer()
|
||||
{
|
||||
return m_overlappingPairs.getBufferCL();
|
||||
}
|
||||
|
||||
b3OpenCLArray<int>& b3GpuSapBroadphase::getSmallAabbIndicesGPU()
|
||||
{
|
||||
return m_smallAabbsMappingGPU;
|
||||
}
|
||||
b3OpenCLArray<int>& b3GpuSapBroadphase::getLargeAabbIndicesGPU()
|
||||
{
|
||||
return m_largeAabbsMappingGPU;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user