git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@254 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
7074c8d8ed
commit
dec5438d7e
|
@ -273,7 +273,7 @@ bool NarrowPhaseSATAlgorithm::computeCollisionTest(const OBB* const obb1, const
|
||||||
//std::cout << "Current -- 1 -- min : " << currentInterval1.getMin() << std::endl;
|
//std::cout << "Current -- 1 -- min : " << currentInterval1.getMin() << std::endl;
|
||||||
//std::cout << "Timefirst : " << timeFirst.getValue() << std::endl;
|
//std::cout << "Timefirst : " << timeFirst.getValue() << std::endl;
|
||||||
std::cout << "CONTACT FOUND " << std::endl;
|
std::cout << "CONTACT FOUND " << std::endl;
|
||||||
normal; // TODO : Delete this
|
|
||||||
// Compute the collision contact
|
// Compute the collision contact
|
||||||
computeContact(obb1, obb2, normal.getUnit(), minPenetrationDepth, obb1->getExtremeVertices(normal), obb2->getExtremeVertices(normal.getOpposite()), contact);
|
computeContact(obb1, obb2, normal.getUnit(), minPenetrationDepth, obb1->getExtremeVertices(normal), obb2->getExtremeVertices(normal.getOpposite()), contact);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user