Library and Version
5.6.1
Operating System
Windows 11
Steps to Trigger Behavior
No certain steps
Expected Behavior
No Nans present after the simulation
Actual Behavior
Rigid body position, linear ang angular velocity is NaN after simulation step.
I can't figure out where those NaNs came from. I used debug PhysX build and added a bunch of asserts to vec3/vec4/quat/matrix etc. and can't catch the moment when those NaNs appear.
Thus I concluded that it is caused either by invalid memcopy or sse operation.
Could you please tell me where should I look to figure this out?
Library and Version
5.6.1
Operating System
Windows 11
Steps to Trigger Behavior
No certain steps
Expected Behavior
No Nans present after the simulation
Actual Behavior
Rigid body position, linear ang angular velocity is NaN after simulation step.
I can't figure out where those NaNs came from. I used debug PhysX build and added a bunch of asserts to vec3/vec4/quat/matrix etc. and can't catch the moment when those NaNs appear.
Thus I concluded that it is caused either by invalid memcopy or sse operation.
Could you please tell me where should I look to figure this out?