|
Blender
V3.3
|
#include <btDispatcher.h>
Public Types | |
| enum | DispatchFunc { DISPATCH_DISCRETE = 1 , DISPATCH_CONTINUOUS } |
Public Member Functions | |
| btDispatcherInfo () | |
Definition at line 30 of file btDispatcher.h.
| Enumerator | |
|---|---|
| DISPATCH_DISCRETE | |
| DISPATCH_CONTINUOUS | |
Definition at line 32 of file btDispatcher.h.
|
inline |
Definition at line 37 of file btDispatcher.h.
| btScalar btDispatcherInfo::m_allowedCcdPenetration |
Definition at line 62 of file btDispatcher.h.
Referenced by stepDown(), and stepForwardAndStrafe().
| btScalar btDispatcherInfo::m_convexConservativeDistanceThreshold |
Definition at line 64 of file btDispatcher.h.
Referenced by btConvexConvexAlgorithm::processCollision().
| class btIDebugDraw* btDispatcherInfo::m_debugDraw |
Definition at line 58 of file btDispatcher.h.
Referenced by btCompoundLeafCallback::Process(), btCompoundLeafCallback::ProcessChildShape(), btBoxBoxCollisionAlgorithm::processCollision(), btConvex2dConvex2dAlgorithm::processCollision(), btConvexConvexAlgorithm::processCollision(), btSphereTriangleCollisionAlgorithm::processCollision(), btSoftBodyTriangleCallback::processTriangle(), btDeformableMultiBodyDynamicsWorld::reinitialize(), and btSimpleDynamicsWorld::stepSimulation().
| bool btDispatcherInfo::m_deterministicOverlappingPairs |
Definition at line 65 of file btDispatcher.h.
Referenced by btSimulationIslandManager::buildIslands(), and btSimulationIslandManager::processIslands().
| int btDispatcherInfo::m_dispatchFunc |
Definition at line 55 of file btDispatcher.h.
Referenced by btCollisionDispatcher::defaultNearCallback().
| bool btDispatcherInfo::m_enableSatConvex |
Definition at line 59 of file btDispatcher.h.
Referenced by btConvexConvexAlgorithm::processCollision().
| bool btDispatcherInfo::m_enableSPU |
Definition at line 60 of file btDispatcher.h.
| int btDispatcherInfo::m_stepCount |
Definition at line 54 of file btDispatcher.h.
Referenced by btDeformableMultiBodyDynamicsWorld::reinitialize(), and btSimpleDynamicsWorld::stepSimulation().
|
mutable |
Definition at line 56 of file btDispatcher.h.
Referenced by btCollisionDispatcher::defaultNearCallback().
| btScalar btDispatcherInfo::m_timeStep |
Definition at line 53 of file btDispatcher.h.
Referenced by btDeformableMultiBodyDynamicsWorld::reinitialize(), and btSimpleDynamicsWorld::stepSimulation().
| bool btDispatcherInfo::m_useContinuous |
Definition at line 57 of file btDispatcher.h.
| bool btDispatcherInfo::m_useConvexConservativeDistanceUtil |
Definition at line 63 of file btDispatcher.h.
Referenced by btConvexConvexAlgorithm::processCollision().
| bool btDispatcherInfo::m_useEpa |
Definition at line 61 of file btDispatcher.h.