- 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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user