This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

so i already asked one of the questions i had and it was answered, but now i have a lot more questions. first of all how do i get the local/rotated y value of an object so that i can tell if a joint is compressing or extending, regardless of the actual global movement of the vehicle. also joints aren't working for me because two kinematic body's wont pull each other, one will just stay still while the other moves. another thing, how do i just display one specific frame of an animation, so if the steering wheel is turned so much then access frame so and so.

in Engine by (20 points)

1 Answer

0 votes
Best answer

Try to learn things individually before taking them all on in one go, there are 3 or more questions here.

Getting the local y axis is rotation_degrees.y. The joint needs at least one rigidbody to work and the steering wheel should be done using a variable not an animation but seek your_node.seek(time, true) allows you to play from a specific time.

by (3,259 points)
selected by

thank you, but wouldn't rotation_degrees.y just give you the rotation of the body not the actual coordinates, sorry if i mislead you. also i wanted to do the animation for the steering because there are other things that happen when you turn the wheel and i want it all to move accordingly. also how would i be able to use a rigid body if both the wheel and car are kinematic?

You can either make your wheels rigidbodies or have the wheels parented to a kinematic body and make the car body a rigidbody. Moreover would using a VehicleBody with VehicleWheel nodes be easier for you?

i am trying to not use the built in vehicle physics because they arent very realistic, in a real car you have tire flex, damper settings(slow bump,fast bump,slow rebound,fast rebound). you also have other things like tire heat, anti roll bars, differential, etc... but now that i think about it i could just have the tire be an animation for the suspension movement and just program in the tire flex so that i dont have a ton of collision objects on each wheel. anyway thank you very much for your help

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.