-
How to Animating bulldozer truck and joint movement
Hello everyone
I have one problem to solve. I am currently working on 2D animation in which I have to solve problem of bulldozer truck movement, and also movements of joints of the arm. I know how to animate rotating wheels by using this expression which i apply on rotation property of the wheel.
d=width;
pi=Math.PI;
circ=d*pi;
rot=360/circ;
movex=thisComp.layer(“sasija”).transform.position[0];
scaler=thisComp.layer(“sasija”).transform.scale[0]/100;
rot*movexSo now I have to find solution how to animate truck rotation of some vehicle in my situation it’s bulldozer but it can be tank or some other… Here is the picture, and also I need the best way to animate arm movement, so it imitate sand digging in most “natural” way.
Picture:
(This is sample picture of my 2D work that I need to animate. there is about 37 yellow triangles that represent bulldozer trucks. I need solution how to make them move (rotate) along the path and if possible how to write expression to avoid key-framing. I have created this picture in Illustrator and every single triangle is on separate layer)
Also if someone has ideas for how to animate sand movement during digging it would be great.
Thanks in advance.
