Replies: 2 comments
|
Hello, I had a look at the the ovd capture but I could not find something that is obviously incorrect. It might be worth to try a couple of things to see if it starts to work afterwards:
The file I used to experiment is attached. Maybe it helps to copy some settings. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
triangle mesh collide with triangle mesh
Hi,
As I tried to make two mesh shape collide with each others, I got error reported in the GPU dll:
PxgCudaSolverCore.cpp (1702) : internal error : GPU mComputeBodiesAverageVelocitiesFunction fail to launch kernel!!PxgCudaSolverCore.cpp (1681) : internal error : GPU solveStaticBlock fail to launch kernel!!PxgCudaUtils.h (75) : internal error : SynchronizeStreams cuEventRecord failed with error 700PxgCudaUtils.h (81) : internal error : SynchronizeStreams cuStreamWaitEvent failed with error 700As one of my actor are

PxRigidDynamicI enable the sdf when cook my mesh shape, something like:since GPU dll is not open sourced, and I have no idea how to debug this kind of issue as mesh vs mesh is a common case in our application, hope someone can help to give some advice here.

I also export the ovd file for this scene maybe it a bit helpful to reproduce the issue.
MeshCollisionPVD.zip
All reactions