UPBGE / upbge

UPBGE, the best integrated game engine in Blender
https://upbge.org
Other
1.43k stars 180 forks source link

Fix wheels getting attached in wrong orientation in vehicle wrapper #1891

Closed opheroth closed 4 months ago

opheroth commented 4 months ago

I've been looking where the problem could be, and found an inverted rotation, probably the one mentioned here. If btRaycastVehicle.cpp is modified, this fix the orientation problem, and it seems to me it only affects the vehicles, please let me know if I'm wrong.

opheroth commented 4 months ago

A flipped axis was not noticed until further tests, so this is not correct yet