Register      Login
Published Date:

I made a little test scene for using them for controlling wheels when vehicle follows path.

I did not find any previous examples of doing this so here is my solution:
When the length of the curve (actual length, not path length) and radius of the wheel are known, the rotation can be calculated based on Speed-curve that controls the vehicle motion.

Here is the expression from my sample file:

b.Ipo.Get(“ppspeed”).getCurve(“Speed”).evaluate(b. Get(“curframe”)) * (47.5/21.1) * (-36)

47.5 is the lenght of the path and 21.1 is perimeter of the wheel.

I did not quite understand the logic of the rotation handling of this driver. Rotations are n * 10 degrees, so if I want to rotate object 90 degrees, the script must output 9. Thas why there is 36 in the expression above.

BLEND FILE

Rating: 1.0/5. From 2 votes.
Please wait...
NoImage
Comments
4 Responses to “Animating Wheel Rotation along Path”
  1. tonisipucai says:

    please send to me.

    Rating: 1.0/5. From 1 vote.
    Please wait...
  2. suwilanji says:

    good stuff how long can it take me to start an animation stdio

    Rating: 1.0/5. From 1 vote.
    Please wait...
  3. tayoj says:

    Wheres the tutorial

    Rating: 1.0/5. From 1 vote.
    Please wait...
  4. Claytons Whata says:

    nice very nice please can have a model of it

    Rating: 1.0/5. From 1 vote.
    Please wait...

Comments

Leave your reply