Added getInfo1()/ getInfo2() code for joints to support the new SIMD constraint solver
This commit is contained in:
@@ -232,6 +232,16 @@ public:
|
||||
{
|
||||
m_totalForce += force;
|
||||
}
|
||||
|
||||
const btVector3& getTotalForce()
|
||||
{
|
||||
return m_totalForce;
|
||||
};
|
||||
|
||||
const btVector3& getTotalTorque()
|
||||
{
|
||||
return m_totalTorque;
|
||||
};
|
||||
|
||||
const btVector3& getInvInertiaDiagLocal()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user