| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision |
| Modifier and Type | Class and Description |
|---|---|
class |
btGImpactCompoundShape
btGImpactCompoundShape allows to handle multiple btCollisionShape objects at once
/**
This class only can manage Convex subshapes
|
class |
btGImpactMeshShape
This class manages a mesh supplied by the btStridingMeshInterface interface.
|
class |
btGImpactMeshShapePart
This class manages a sub part of a mesh supplied by the btStridingMeshInterface interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
btGImpactCollisionAlgorithm.gimpact_vs_compoundshape(btCollisionObjectWrapper body0Wrap,
btCollisionObjectWrapper body1Wrap,
btGImpactShapeInterface shape0,
btCompoundShape shape1,
boolean swapped) |
void |
btGImpactCollisionAlgorithm.gimpact_vs_concave(btCollisionObjectWrapper body0Wrap,
btCollisionObjectWrapper body1Wrap,
btGImpactShapeInterface shape0,
btConcaveShape shape1,
boolean swapped) |
void |
btGImpactCollisionAlgorithm.gimpact_vs_gimpact(btCollisionObjectWrapper body0Wrap,
btCollisionObjectWrapper body1Wrap,
btGImpactShapeInterface shape0,
btGImpactShapeInterface shape1)
Collides two gimpact shapes
/**
\pre shape0 and shape1 couldn't be btGImpactMeshShape objects
|
void |
btGImpactCollisionAlgorithm.gimpact_vs_shape(btCollisionObjectWrapper body0Wrap,
btCollisionObjectWrapper body1Wrap,
btGImpactShapeInterface shape0,
btCollisionShape shape1,
boolean swapped) |
Copyright © 2024. All rights reserved.