-
Hi, thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hello. It would be great if you could make a compilable code snippet reproducing this issue. Thanks |
Beta Was this translation helpful? Give feedback.
Hm. It's strangely similar to the neighboring issue here: #173
Could you try the same fix I proposed them?
Change this line:
PhysX/physx/source/geomutils/src/gjk/GuGJKSimplex.h
Line 311 in e8c8deb
from
if(FAllGrtrOrEq(eps, area))
to
if(FAllGrtrOrEq(FMul(eps, eps), area))
Thanks