add bending constraint, fix typos

This commit is contained in:
Irlan
2017-01-23 16:46:20 -02:00
parent 20e06be722
commit 4f18e46268
5 changed files with 260 additions and 58 deletions

View File

@ -113,6 +113,7 @@ public:
void Draw(b3Draw* draw) const;
private:
void SolveC1();
void SolveC2();
b3Particle* m_ps;
u32 m_pCount;