NVIDIAGameWorks / PhysX

NVIDIA PhysX SDK
Other
3.11k stars 793 forks source link

PhysX3.4 in UE4.26 IOS platform PxRigidDynamic return Transform is invalid contains float is Nan! #626

Open zouqingwei12 opened 1 year ago

zouqingwei12 commented 1 year ago

I use the Vehicle to collide with the Ragdoll,Random Crash。I debug Code in Xcode, I see PxRigidDynamic transform and rotation is nan。 I found other people also have thesame problem,Their feedback may be a problem of RigidData,may be the triangle too big too stringy,but I see the RidgidData is ConvexMesh and No obvious problems in PC。

I have no idea how to solve this problem,If you have ideas, I hope you can help me。Thanks!!!

zouqingwei12 commented 1 year ago

I also has an other question,I use Scene Queries Sweeps Raycasts SomeTime HitPoint's Position is Nan! I see the hit Actor is ConvexMesh,it has many Convexs。