Need help with a steering wheel
patapple
Member Posts: 873
hi guys,
i need to create a wheel to drive my car like this one.
i only know that i need to constrain the rotation but i have no idea how to do it!
thanks
i need to create a wheel to drive my car like this one.
i only know that i need to constrain the rotation but i have no idea how to do it!
thanks
Best Answers
-
UtopianGames Posts: 5,692
-
UtopianGames Posts: 5,692Think your going to have to only constrain if speed of car is higher than a set point.
Darren.
Answers
can you please check your PM's ?
if i put a constrain attribute it continuously move also when the car is stopped.
thanks for help me
I can't see the picture can u add a video or another picture of the code.
@patapple Sounds like you need to make a rule if cars speed > 50 for e.g. constrain.
You can determine an actors speed by doing magnitude(self.motion.linear.velocity.X,self.motion.linear.velocity.Y)
I used a more advanced method for GSRacerz 3D below…
Darren.