some minor comment-renames, and moved some data from box/sphere into common convex.

This commit is contained in:
ejcoumans
2006-09-28 20:14:10 +00:00
parent 839c9b01c0
commit 21482e4cab
13 changed files with 39 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ class btOverlappingPairCache;
///CollisionDispatcher supports algorithms that handle ConvexConvex and ConvexConcave collision pairs.
///btCollisionDispatcher supports algorithms that handle ConvexConvex and ConvexConcave collision pairs.
///Time of Impact, Closest Points and Penetration Depth.
class btCollisionDispatcher : public btDispatcher
{

View File

@@ -27,7 +27,7 @@ extern ContactAddedCallback gContactAddedCallback;
///ManifoldResult is a helper class to manage contact results.
///btManifoldResult is a helper class to manage contact results.
class btManifoldResult : public btDiscreteCollisionDetectorInterface::Result
{
btPersistentManifold* m_manifoldPtr;