replace 'float' by 'double' in btHingeConstraintDoubleData. See Issue 734

This commit is contained in:
erwin.coumans
2013-09-03 16:46:18 +00:00
parent dfaed4b258
commit 197e17780a
2 changed files with 612 additions and 609 deletions

View File

@@ -311,14 +311,15 @@ struct btHingeConstraintDoubleData
int m_useReferenceFrameA;
int m_angularOnly;
int m_enableAngularMotor;
float m_motorTargetVelocity;
float m_maxMotorImpulse;
double m_motorTargetVelocity;
double m_maxMotorImpulse;
float m_lowerLimit;
float m_upperLimit;
float m_limitSoftness;
float m_biasFactor;
float m_relaxationFactor;
double m_lowerLimit;
double m_upperLimit;
double m_limitSoftness;
double m_biasFactor;
double m_relaxationFactor;
char m_padding1[4];
};
///do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64

File diff suppressed because it is too large Load Diff