You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using PhysX 3,4 to implement a vehicle and I have everything working except when I drive on an Heightfield the wheels seem to bump on an invisible object from time to time. After further debugging I noticed that this only occurred when the vehicle passes on the edges of a heightfield section (I am using UE4 Landscape).
The vehicle wheels use non blocking suspension sweeps and this issue does not happen if I change this to blocking suspension sweeps.
On the intersection of two Landscape sections, the suspenion sweeps report several hits, each of them with different hit normals, while when driving outside of these intersections it only reports one (correct) hit. This makes the vehicle wheels bump upwards everytime I drive by one of these intersections making it look like it hit some small object on the ground. This problem can also be reproduced by driving on the intersection of two static meshes side by side.
I was wondering if you had any insight to why this is happening and how I can fix it. Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I am using PhysX 3,4 to implement a vehicle and I have everything working except when I drive on an Heightfield the wheels seem to bump on an invisible object from time to time. After further debugging I noticed that this only occurred when the vehicle passes on the edges of a heightfield section (I am using UE4 Landscape).
The vehicle wheels use non blocking suspension sweeps and this issue does not happen if I change this to blocking suspension sweeps.
On the intersection of two Landscape sections, the suspenion sweeps report several hits, each of them with different hit normals, while when driving outside of these intersections it only reports one (correct) hit. This makes the vehicle wheels bump upwards everytime I drive by one of these intersections making it look like it hit some small object on the ground. This problem can also be reproduced by driving on the intersection of two static meshes side by side.
I was wondering if you had any insight to why this is happening and how I can fix it. Thank you.
The text was updated successfully, but these errors were encountered: