| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3OpenCL |
| Modifier and Type | Class and Description |
|---|---|
class |
b3TriangleIndexVertexArray
The b3TriangleIndexVertexArray allows to access multiple triangle meshes, by indexing into existing triangle/index arrays.
|
| Modifier and Type | Method and Description |
|---|---|
void |
b3OptimizedBvh.build(b3StridingMeshInterface triangles,
boolean useQuantizedAabbCompression,
b3Vector3 bvhAabbMin,
b3Vector3 bvhAabbMax) |
void |
b3OptimizedBvh.refit(b3StridingMeshInterface triangles,
b3Vector3 aabbMin,
b3Vector3 aabbMax) |
void |
b3OptimizedBvh.refitPartial(b3StridingMeshInterface triangles,
b3Vector3 aabbMin,
b3Vector3 aabbMax) |
void |
b3OptimizedBvh.updateBvhNodes(b3StridingMeshInterface meshInterface,
int firstNode,
int endNode,
int index) |
Copyright © 2024. All rights reserved.