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

@@ -232,6 +232,16 @@ public:
{
m_totalForce += force;
}
const btVector3& getTotalForce()
{
return m_totalForce;
};
const btVector3& getTotalTorque()
{
return m_totalTorque;
};
const btVector3& getInvInertiaDiagLocal()
{