Merge pull request #466 from rioharu/patch-1
Update btInternalEdgeUtility.cpp, closes issue #389
This commit is contained in:
@@ -213,10 +213,6 @@ struct btConnectivityProcessor : public btTriangleCallback
|
|||||||
isConvex = (dotA<0.);
|
isConvex = (dotA<0.);
|
||||||
|
|
||||||
correctedAngle = isConvex ? ang4 : -ang4;
|
correctedAngle = isConvex ? ang4 : -ang4;
|
||||||
btQuaternion orn2(calculatedEdge,-correctedAngle);
|
|
||||||
calculatedNormalB = btMatrix3x3(orn2)*normalA;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user