| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision |
| Modifier and Type | Class and Description |
|---|---|
static class |
btGImpactCompoundShape.CompoundPrimitiveManager
compound primitive manager
|
static class |
btGImpactMeshShapePart.TrimeshPrimitiveManager
Trimesh primitive manager
/**
Manages the info from btStridingMeshInterface object and controls the Lock/Unlock mechanism
|
| Modifier and Type | Method and Description |
|---|---|
btPrimitiveManagerBase |
btGImpactCompoundShape.getPrimitiveManager()
Obtains the primitive manager
|
btPrimitiveManagerBase |
btGImpactBvh.getPrimitiveManager() |
btPrimitiveManagerBase |
btGImpactMeshShape.getPrimitiveManager()
Obtains the primitive manager
|
btPrimitiveManagerBase |
btGImpactMeshShapePart.getPrimitiveManager()
Obtains the primitive manager
|
btPrimitiveManagerBase |
btGImpactQuantizedBvh.getPrimitiveManager() |
btPrimitiveManagerBase |
btGImpactShapeInterface.getPrimitiveManager()
Obtains the primitive manager
|
| Modifier and Type | Method and Description |
|---|---|
void |
btGImpactBvh.setPrimitiveManager(btPrimitiveManagerBase primitive_manager) |
void |
btGImpactQuantizedBvh.setPrimitiveManager(btPrimitiveManagerBase primitive_manager) |
| Constructor and Description |
|---|
btGImpactBvh(btPrimitiveManagerBase primitive_manager)
this constructor doesn't build the tree.
|
btGImpactQuantizedBvh(btPrimitiveManagerBase primitive_manager)
this constructor doesn't build the tree.
|
Copyright © 2024. All rights reserved.