Update btConvexConvexAlgorithm.cpp
This commit is contained in:
@@ -603,11 +603,13 @@ void btConvexConvexAlgorithm ::processCollision (const btCollisionObjectWrapper*
|
|||||||
|
|
||||||
if (useSatSepNormal)
|
if (useSatSepNormal)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
if (0)
|
if (0)
|
||||||
{
|
{
|
||||||
//initializePolyhedralFeatures performs a convex hull computation, not needed for a single triangle
|
//initializePolyhedralFeatures performs a convex hull computation, not needed for a single triangle
|
||||||
polyhedronB->initializePolyhedralFeatures();
|
polyhedronB->initializePolyhedralFeatures();
|
||||||
} else
|
} else
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
|
|
||||||
btVector3 uniqueEdges[3] = {tri->m_vertices1[1]-tri->m_vertices1[0],
|
btVector3 uniqueEdges[3] = {tri->m_vertices1[1]-tri->m_vertices1[0],
|
||||||
|
|||||||
Reference in New Issue
Block a user