added some comments, to clarify unit-test/brute force implementations.

This commit is contained in:
ejcoumans
2007-11-02 01:14:29 +00:00
parent 974ad5ac1b
commit e755d1ed4e
10 changed files with 84 additions and 85 deletions

View File

@@ -49,6 +49,8 @@ struct btSimpleBroadphaseProxy : public btBroadphaseProxy
};
///SimpleBroadphase is a brute force aabb culling broadphase based on O(n^2) aabb checks
///btSimpleBroadphase is just a unit-test implementation to verify and test other broadphases.
///So please don't use this class, but use bt32BitAxisSweep3 or btAxisSweep3 instead!
class btSimpleBroadphase : public btBroadphaseInterface
{