Richard T Posted August 19, 2021 Share Posted August 19, 2021 I am trying to get a wagon wheel to rotate at the correct speed I am using Blender 2.93 , gITF 2.0 exporter and 3d Train Studio V6 I can get the wheel to run as the carriage moves , but cant fined where to correct the speed Cheers Ricard Link to comment Share on other sites More sharing options...
Bobah Posted August 19, 2021 Share Posted August 19, 2021 (edited) You may find the answer there: Edited August 19, 2021 by Bobah Link to comment Share on other sites More sharing options...
maxwei Posted August 19, 2021 Share Posted August 19, 2021 Hello Richard There are 2 types of wheel rotation, the simplest is the _Wheel where the wheel rotates at a standard speed, starting from a 1 m circle. Very well described above by @Reinhard. The second type is a little more complicated because you have to define the animation yourself, you need the diameter. Depending on this, you now have to calculate the circumference and convert it into the animation, i.e.: Create a rotation animation that has at least 360° (1 rotation with a diameter of 1m), if the wheel is now smaller, for example 0.8m in diameter, you must increase the rotation by 20%, i.e. 1 animation rotation is then 360°+20%=432°. You have to define this animation in the *.anim like this: (Frame 0 and Frame 50 should have the same value, otherwise you'll get a lag) __AnimWheel;0;50;noautoplay;noloop If you notice slight jumps when testing, you have to play with the degrees a bit, up or down, sometimes you have to experiment to find the best value. The whole only works well as long as the wheel has no spokes and the geometry is disturbed, in which case you have to use the next best value. cheers max Link to comment Share on other sites More sharing options...
Richard T Posted August 19, 2021 Author Share Posted August 19, 2021 Thank you for both reply’s I will use animation method Cheers Richard Link to comment Share on other sites More sharing options...
Richard T Posted August 19, 2021 Author Share Posted August 19, 2021 All Working Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now