| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3OpenCL |
| Modifier and Type | Class and Description |
|---|---|
class |
b3OptimizedBvh
The b3OptimizedBvh extends the b3QuantizedBvh to create AABB tree for triangle meshes, through the b3StridingMeshInterface.
|
| Modifier and Type | Method and Description |
|---|---|
static b3QuantizedBvh |
b3QuantizedBvh.deSerializeInPlace(Pointer i_alignedDataBuffer,
int i_dataBufferSize,
boolean i_swapEndian)
deSerializeInPlace loads and initializes a BVH from a buffer in memory 'in place'
|
b3QuantizedBvh |
b3QuantizedBvh.getPointer(long i) |
b3QuantizedBvh |
b3QuantizedBvh.m_bvhAabbMax(b3Vector3 setter) |
b3QuantizedBvh |
b3QuantizedBvh.m_bvhAabbMin(b3Vector3 setter) |
b3QuantizedBvh |
b3QuantizedBvh.m_bvhQuantization(b3Vector3 setter) |
b3QuantizedBvh |
b3QuantizedBvh.position(long position) |
Copyright © 2024. All rights reserved.