GoblinPhysics
GoblinPhysics copied to clipboard
Find better way of determining contact point after EPA
Avoid the expensive call to Goblin.GeometryMethods.findBarycentricCoordinates
When findBarycentricCoordinates
is no longer needed the vertices on Goblin.GjkEpa2.Face
can be actual Vector3
and not SupportPoint
which will also make ConvexShape generation happier.
MeshShape
will benefit in the same way as ConvexShape