NVIDIAGameWorks / PhysX-3.4

NVIDIA PhysX SDK 3.4
https://www.nvidia.com/
2.34k stars 275 forks source link

Debug Assertion Failed! #124

Open morffiy opened 4 years ago

morffiy commented 4 years ago

From time to time i've got assertion failure in this line:

https://github.com/NVIDIAGameWorks/PhysX-3.4/blob/5e42a5f112351a223c19c17bb331e6c55037b8eb/PhysX_3.4/Source/GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp#L337

kstorey-nvidia commented 4 years ago

What are your box dimensions and vertices for the convex hull?

What are the values for tempOverlap and _tempOverlap?

morffiy commented 4 years ago

the box is about 20 cm and as for the convex hull it is a compound shape ( VR hand/palm ) As for the values, i'll let you know as soon as i repro this issue once again.