- removed obsolete/unused method in btTransform.h

- enable pause mode in AllBulletDemos.
- allow verbose output of time stepping in CcdPhysicsDemo
This commit is contained in:
ejcoumans
2007-10-27 00:17:20 +00:00
parent 1b7e5ad638
commit c36133cbd5
4 changed files with 21 additions and 11 deletions

View File

@@ -92,13 +92,7 @@ public:
m_basis.getRotation(q);
return q;
}
template <typename Scalar2>
void setValue(const Scalar2 *m)
{
m_basis.setValue(m);
m_origin.setValue(&m[12]);
}
void setFromOpenGLMatrix(const btScalar *m)
{