Replace spaces with tabs
This commit is contained in:
committed by
Andrew Meadows
parent
b135699325
commit
7f0877339e
@@ -790,7 +790,6 @@ void btCollisionWorld::objectQuerySingleInternal(const btConvexShape* castShape,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
///@todo : use AABB tree or other BVH acceleration structure!
|
|
||||||
if (collisionShape->isCompound())
|
if (collisionShape->isCompound())
|
||||||
{
|
{
|
||||||
struct btCompoundLeafCallback : btDbvt::ICollide
|
struct btCompoundLeafCallback : btDbvt::ICollide
|
||||||
@@ -829,7 +828,6 @@ void btCollisionWorld::objectQuerySingleInternal(const btConvexShape* castShape,
|
|||||||
void ProcessChild(int index, const btTransform& childTrans, const btCollisionShape* childCollisionShape)
|
void ProcessChild(int index, const btTransform& childTrans, const btCollisionShape* childCollisionShape)
|
||||||
{
|
{
|
||||||
btTransform childWorldTrans = m_colObjWorldTransform * childTrans;
|
btTransform childWorldTrans = m_colObjWorldTransform * childTrans;
|
||||||
//btTransform childWorldTrans = childTrans;
|
|
||||||
|
|
||||||
struct LocalInfoAdder : public ConvexResultCallback {
|
struct LocalInfoAdder : public ConvexResultCallback {
|
||||||
ConvexResultCallback* m_userCallback;
|
ConvexResultCallback* m_userCallback;
|
||||||
|
|||||||
Reference in New Issue
Block a user