MiniCL and BulletMultiThreaded respect the LIB_SUFFIX
Thanks to pprkut@liwjatan.at for the report in Issue 436 Remove unimplemented methods in headerfiles, thanks to csaba.hruska in Issue 437
This commit is contained in:
@@ -383,9 +383,9 @@ public:
|
||||
return m_box_tree.get_node_pointer(index);
|
||||
}
|
||||
|
||||
|
||||
#ifdef TRI_COLLISION_PROFILING
|
||||
static float getAverageTreeCollisionTime();
|
||||
|
||||
#endif //TRI_COLLISION_PROFILING
|
||||
|
||||
static void find_collision(btGImpactBvh * boxset1, const btTransform & trans1,
|
||||
btGImpactBvh * boxset2, const btTransform & trans2,
|
||||
|
||||
@@ -222,13 +222,13 @@ public:
|
||||
|
||||
//! Use this function for register the algorithm externally
|
||||
static void registerAlgorithm(btCollisionDispatcher * dispatcher);
|
||||
|
||||
#ifdef TRI_COLLISION_PROFILING
|
||||
//! Gets the average time in miliseconds of tree collisions
|
||||
static float getAverageTreeCollisionTime();
|
||||
|
||||
//! Gets the average time in miliseconds of triangle collisions
|
||||
static float getAverageTriangleCollisionTime();
|
||||
|
||||
#endif //TRI_COLLISION_PROFILING
|
||||
|
||||
//! Collides two gimpact shapes
|
||||
/*!
|
||||
|
||||
@@ -359,9 +359,9 @@ public:
|
||||
return m_box_tree.get_node_pointer(index);
|
||||
}
|
||||
|
||||
|
||||
#ifdef TRI_COLLISION_PROFILING
|
||||
static float getAverageTreeCollisionTime();
|
||||
|
||||
#endif //TRI_COLLISION_PROFILING
|
||||
|
||||
static void find_collision(btGImpactQuantizedBvh * boxset1, const btTransform & trans1,
|
||||
btGImpactQuantizedBvh * boxset2, const btTransform & trans2,
|
||||
|
||||
Reference in New Issue
Block a user