- initialize m_unusedW to avoid some warnings.

- added angularFactor to 'cachefriendly' constraint solver
This commit is contained in:
ejcoumans
2007-04-23 10:52:38 +00:00
parent be73a0e5d6
commit 82c8687881
3 changed files with 6 additions and 13 deletions

View File

@@ -66,6 +66,7 @@ class btQuadWord
m_x=x;
m_y=y;
m_z=z;
m_unusedW = 0.f;
}
/* void getValue(btScalar *m) const