Can anyone help \me with this. I have 3 values.
Car_velocity_X#
Car_Velocity_Y#
Car_Velocity_Z#
I want to move my car in the direction its facing with
TranslateEntity Car_Velocity_X,Car_Velocity_Y,Car_Velocity_Z
When the car is turned a certain direction, and the accelerator is hit. How do i caclulate the X and z velocity so that the car will move in the proper direction?
Thanks.
Car_velocity_X#
Car_Velocity_Y#
Car_Velocity_Z#
I want to move my car in the direction its facing with
TranslateEntity Car_Velocity_X,Car_Velocity_Y,Car_Velocity_Z
When the car is turned a certain direction, and the accelerator is hit. How do i caclulate the X and z velocity so that the car will move in the proper direction?
Thanks.