@Properties(inherit=Bullet3OpenCL.class) public class b3GpuBroadphaseInterface extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b3GpuBroadphaseInterface(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
calculateOverlappingPairs(int maxPairs) |
void |
calculateOverlappingPairsHost(int maxPairs) |
void |
createLargeProxy(b3Vector3 aabbMin,
b3Vector3 aabbMax,
int userPtr,
int collisionFilterGroup,
int collisionFilterMask) |
void |
createProxy(b3Vector3 aabbMin,
b3Vector3 aabbMax,
int userPtr,
int collisionFilterGroup,
int collisionFilterMask) |
Pointer |
getAabbBufferWS() |
b3SapAabbArray |
getAllAabbsCPU() |
b3SapAabbOCLArray |
getAllAabbsGPU() |
b3IntOCLArray |
getLargeAabbIndicesGPU() |
int |
getNumOverlap() |
Pointer |
getOverlappingPairBuffer() |
b3Int4OCLArray |
getOverlappingPairsGPU() |
b3IntOCLArray |
getSmallAabbIndicesGPU() |
void |
writeAabbsToGpu() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic b3GpuBroadphaseInterface(Pointer p)
Pointer(Pointer).public void createProxy(@Const @ByRef b3Vector3 aabbMin, @Const @ByRef b3Vector3 aabbMax, int userPtr, int collisionFilterGroup, int collisionFilterMask)
public void createLargeProxy(@Const @ByRef b3Vector3 aabbMin, @Const @ByRef b3Vector3 aabbMax, int userPtr, int collisionFilterGroup, int collisionFilterMask)
public void calculateOverlappingPairs(int maxPairs)
public void calculateOverlappingPairsHost(int maxPairs)
public void writeAabbsToGpu()
public int getNumOverlap()
@ByRef public b3SapAabbOCLArray getAllAabbsGPU()
@ByRef public b3SapAabbArray getAllAabbsCPU()
@ByRef public b3Int4OCLArray getOverlappingPairsGPU()
@ByRef public b3IntOCLArray getSmallAabbIndicesGPU()
@ByRef public b3IntOCLArray getLargeAabbIndicesGPU()
Copyright © 2024. All rights reserved.