make sure Bullet and Blender/extern/bullet2 is in sync

This commit is contained in:
erwin.coumans
2008-09-17 20:01:01 +00:00
parent a45ef86d92
commit bf5eafb759

View File

@@ -268,6 +268,15 @@ public:
m_interpolationWorldTransform = trans;
}
void setInterpolationLinearVelocity(const btVector3& linvel)
{
m_interpolationLinearVelocity = linvel;
}
void setInterpolationAngularVelocity(const btVector3& angvel)
{
m_interpolationAngularVelocity = angvel;
}
const btVector3& getInterpolationLinearVelocity() const
{