remove some inefficient code, add some test code

This commit is contained in:
Irlan
2019-04-02 12:30:29 -03:00
parent c638a0a52c
commit 756c4d354a
3 changed files with 53 additions and 247 deletions

View File

@ -156,9 +156,6 @@ private:
// Update particle contacts.
void UpdateParticleContacts();
// Update triangle contacts.
void UpdateTriangleContacts();
// Update contacts
void UpdateContacts();
@ -192,10 +189,7 @@ private:
// Pool of particle contacts
b3BlockPool m_particleContactBlocks;
// Pool of triangle contacts
b3BlockPool m_triangleContactBlocks;
// List of particles
b3List2<b3Particle> m_particleList;