Bullet Collision Detection & Physics Library
|
do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64 More...
#include <btContactSolverInfo.h>
Public Attributes | |
double | m_tau |
double | m_damping |
double | m_friction |
double | m_timeStep |
double | m_restitution |
double | m_maxErrorReduction |
double | m_sor |
double | m_erp |
double | m_erp2 |
double | m_globalCfm |
double | m_splitImpulsePenetrationThreshold |
double | m_splitImpulseTurnErp |
double | m_linearSlop |
double | m_warmstartingFactor |
double | m_articulatedWarmstartingFactor |
double | m_maxGyroscopicForce |
double | m_singleAxisRollingFrictionThreshold |
it is only used for 'explicit' version of gyroscopic force More... | |
int | m_numIterations |
int | m_solverMode |
int | m_restingContactRestitutionThreshold |
int | m_minimumSolverBatchSize |
int | m_splitImpulse |
char | m_padding [4] |
do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64
Definition at line 117 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_articulatedWarmstartingFactor |
Definition at line 133 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_damping |
Definition at line 120 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_erp |
Definition at line 126 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_erp2 |
Definition at line 127 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_friction |
Definition at line 121 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_globalCfm |
Definition at line 128 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_linearSlop |
Definition at line 131 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_maxErrorReduction |
Definition at line 124 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_maxGyroscopicForce |
Definition at line 134 of file btContactSolverInfo.h.
int btContactSolverInfoDoubleData::m_minimumSolverBatchSize |
Definition at line 140 of file btContactSolverInfo.h.
int btContactSolverInfoDoubleData::m_numIterations |
Definition at line 137 of file btContactSolverInfo.h.
char btContactSolverInfoDoubleData::m_padding[4] |
Definition at line 142 of file btContactSolverInfo.h.
int btContactSolverInfoDoubleData::m_restingContactRestitutionThreshold |
Definition at line 139 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_restitution |
Definition at line 123 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_singleAxisRollingFrictionThreshold |
it is only used for 'explicit' version of gyroscopic force
Definition at line 135 of file btContactSolverInfo.h.
int btContactSolverInfoDoubleData::m_solverMode |
Definition at line 138 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_sor |
Definition at line 125 of file btContactSolverInfo.h.
int btContactSolverInfoDoubleData::m_splitImpulse |
Definition at line 141 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_splitImpulsePenetrationThreshold |
Definition at line 129 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_splitImpulseTurnErp |
Definition at line 130 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_tau |
Definition at line 119 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_timeStep |
Definition at line 122 of file btContactSolverInfo.h.
double btContactSolverInfoDoubleData::m_warmstartingFactor |
Definition at line 132 of file btContactSolverInfo.h.