apply clang-format (on Mac, slightly different than running it on Windows)
This commit is contained in:
@@ -1227,7 +1227,7 @@ void b3GpuSapBroadphase::calculateOverlappingPairs(int maxPairs)
|
||||
m_overlappingPairs.resize(numPairs);
|
||||
|
||||
} //B3_PROFILE("GPU_RADIX SORT");
|
||||
//init3dSap();
|
||||
//init3dSap();
|
||||
}
|
||||
|
||||
void b3GpuSapBroadphase::writeAabbsToGpu()
|
||||
|
||||
@@ -292,9 +292,9 @@ btCollisionShape* btCollisionWorldImporter::convertCollisionShape(btCollisionSha
|
||||
}
|
||||
break;
|
||||
}
|
||||
#endif //SUPPORT_GIMPACT_SHAPE_IMPORT
|
||||
//The btCapsuleShape* API has issue passing the margin/scaling/halfextents unmodified through the API
|
||||
//so deal with this
|
||||
#endif //SUPPORT_GIMPACT_SHAPE_IMPORT \
|
||||
//The btCapsuleShape* API has issue passing the margin/scaling/halfextents unmodified through the API \
|
||||
//so deal with this
|
||||
case CAPSULE_SHAPE_PROXYTYPE:
|
||||
{
|
||||
btCapsuleShapeData* capData = (btCapsuleShapeData*)shapeData;
|
||||
|
||||
@@ -967,7 +967,7 @@ Last column is added as the position
|
||||
GREAL len; \
|
||||
\
|
||||
/* do nothing if off-diagonals are zero and diagonals are \
|
||||
* equal */ \
|
||||
* equal */ \
|
||||
if ((m[0][1] != 0.0) || (m[1][0] != 0.0) || (m[0][0] != m[1][1])) \
|
||||
{ \
|
||||
p[0] = m[1][1] * v[0] - m[1][0] * v[1]; \
|
||||
|
||||
@@ -139,7 +139,7 @@ struct btSparseSdf
|
||||
nqueries = 1;
|
||||
nprobes = 1;
|
||||
++puid; ///@todo: Reset puid's when int range limit is reached */
|
||||
/* else setup a priority list... */
|
||||
/* else setup a priority list... */
|
||||
}
|
||||
//
|
||||
int RemoveReferences(btCollisionShape* pcs)
|
||||
|
||||
Reference in New Issue
Block a user