How to make a loose wheels?,How to create a loose wheels?
I try to make a basic wheelchair simulation. I used the WheelCollider on each wheel in the wheelchair and it works fine. The user control the rear wheels separately, each wheel can spin forward or backward.
The problem: I want the front wheels to be loose, I want the front wheels face automatically to the movement direction (like it should be in real world +-). I rotate the front wheels with an float variable called angle, something like that:
float angle = something;
wheelColliderFrontLeft.steerAngle = angle;
So, the angle is what i need your help to determine. If there is a simpler [or different good] solution I would be happy to get it too.
I apologize in advance for my English. Thank you for your help.
I anticipate that attempting this under physics might leave a lot of problems open. If I were you I would script it based on the movement of the larger wheels and current direction.
Your answer
Follow this Question
Related Questions
How do I calculate grip of a tyre and make it grip and slide realistically? 0 Answers
Wheels is not in their place !! 0 Answers
Wheelcolliders are sliding. 0 Answers
Tank controlling with wheel colliders?,Tank control on wheels? 0 Answers
My vehicle is not moving backwards with WheelCollider 0 Answers