Removed ray-AABB slopes code again, we are not using it and it is archived in Subversion repo now.

This commit is contained in:
erwin.coumans
2008-10-16 20:18:23 +00:00
parent 6fcd824524
commit e627f38a28
3 changed files with 2 additions and 67 deletions

View File

@@ -21,7 +21,6 @@ subject to the following restrictions:
struct btDispatcherInfo;
class btDispatcher;
#include "btBroadphaseProxy.h"
#include "LinearMath/btAabbUtil2.h"//for fast ray-slope algorithm
class btOverlappingPairCache;
@@ -30,10 +29,6 @@ class btOverlappingPairCache;
struct btBroadphaseRayCallback
{
///added some cached data to accelerate ray-AABB tests
///m_ray is used to accerate ray-AABB tests, see btDbvt.h, when TEST_RAY_SLOPES is enabled in LinearMath/btAabbUtil2.h
btRaySlope m_ray;
///otherwise this data is used to accelerate ray-AABB tests
btVector3 m_rayDirectionInverse;
unsigned int m_signs[3];
btScalar m_lambda_max;