Added getInfo1()/ getInfo2() code for joints to support the new SIMD constraint solver

This commit is contained in:
rponom
2008-12-25 02:13:46 +00:00
parent 4be20dc347
commit 1991bf3013
11 changed files with 1232 additions and 341 deletions

View File

@@ -53,6 +53,7 @@ public:
btScalar m_correction;
btScalar m_accLimitImpulse;
btScalar m_hingeAngle;
bool m_angularOnly;
bool m_enableAngularMotor;
@@ -127,6 +128,8 @@ public:
btScalar getHingeAngle();
void testLimit();
const btTransform& getAFrame() { return m_rbAFrame; };
const btTransform& getBFrame() { return m_rbBFrame; };