- Timestamp:
- Oct 20, 2008, 5:40:38 PM (16 years ago)
- Location:
- code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp
r1963 r1972 886 886 const btVector3 delta= results.witnesses[1]- 887 887 results.witnesses[0]; 888 const btScalar margin= shape0->getMargin NonVirtual()+889 shape1.getMargin NonVirtual();888 const btScalar margin= shape0->getMargin()+ 889 shape1.getMargin(); 890 890 const btScalar length= delta.length(); 891 891 results.normal = delta/length; -
code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp
r1963 r1972 22 22 23 23 #if defined(DEBUG) || defined (_DEBUG) 24 //#define TEST_NON_VIRTUAL 124 #define TEST_NON_VIRTUAL 1 25 25 #include <stdio.h> //for debug printf 26 26 #ifdef __SPU__
Note: See TracChangeset
for help on using the changeset viewer.