turn off SVD

This commit is contained in:
Xuchen Han 2019-11-05 18:16:13 -08:00
parent 4347c03459
commit 9068b7ed91

View File

@ -175,7 +175,6 @@ public:
btSoftBody::Tetra& tetra = psb->m_tetras[j];
btMatrix3x3 P;
firstPiola(psb->m_tetraScratches[j],P);
#define USE_SVD 1
#ifdef USE_SVD
if (max_p > 0)
{