change deformable/multibody solve to be in dv space

This commit is contained in:
Xuchen Han
2019-08-24 14:58:11 -07:00
parent 8b38076376
commit 908cf69f06
2 changed files with 12 additions and 9 deletions

View File

@@ -273,6 +273,11 @@ public:
{
return &m_realBuf[0];
}
const btScalar *getDeltaVelocityVector() const
{
return &m_deltaV[0];
}
/* btScalar * getVelocityVector()
{
return &real_buf[0];