Small modification
This commit is contained in:
parent
8a75c867a5
commit
d9087d6e84
|
@ -32,7 +32,7 @@ PROJECT_NAME = "ReactPhysics3D"
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = "0.5.0"
|
PROJECT_NUMBER = "0.6.0"
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer
|
# for a project that appears at the top of each page and should give viewer
|
||||||
|
|
|
@ -108,10 +108,6 @@ class CollisionDetection : public NarrowPhaseCallback {
|
||||||
// TODO : Delete this
|
// TODO : Delete this
|
||||||
GJKAlgorithm mNarrowPhaseGJKAlgorithm;
|
GJKAlgorithm mNarrowPhaseGJKAlgorithm;
|
||||||
|
|
||||||
/// Narrow-phase Sphere vs Sphere algorithm
|
|
||||||
// TODO : Delete this
|
|
||||||
SphereVsSphereAlgorithm mNarrowPhaseSphereVsSphereAlgorithm;
|
|
||||||
|
|
||||||
/// Set of pair of bodies that cannot collide between each other
|
/// Set of pair of bodies that cannot collide between each other
|
||||||
std::set<bodyindexpair> mNoCollisionPairs;
|
std::set<bodyindexpair> mNoCollisionPairs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user