Go to the source code of this file.
|
typedef bool(* | ContactAddedCallback) (btManifoldPoint &cp, const btCollisionObjectWrapper *colObj0Wrap, int partId0, int index0, const btCollisionObjectWrapper *colObj1Wrap, int partId1, int index1) |
|
typedef btScalar(* | CalculateCombinedCallback) (const btCollisionObject *body0, const btCollisionObject *body1) |
| These callbacks are used to customize the algorith that combine restitution, friction, damping, Stiffness. More...
|
|
◆ CalculateCombinedCallback
These callbacks are used to customize the algorith that combine restitution, friction, damping, Stiffness.
Definition at line 37 of file btManifoldResult.h.
◆ ContactAddedCallback
◆ gCalculateCombinedContactDampingCallback
◆ gCalculateCombinedContactStiffnessCallback
◆ gCalculateCombinedFrictionCallback
◆ gCalculateCombinedRestitutionCallback
◆ gCalculateCombinedRollingFrictionCallback
◆ gCalculateCombinedSpinningFrictionCallback
◆ gContactAddedCallback
This is to allow MaterialCombiner/Custom Friction/Restitution values.
Definition at line 22 of file btManifoldResult.cpp.