i'm currently making a Leopard 2A4 and i want to make its sprocket move according to my current speed, but i have no idea how to do funky trees.. can anyone help?
i'm currently making a Leopard 2A4 and i want to make its sprocket move according to my current speed, but i have no idea how to do funky trees.. can anyone help?
@hpgbproductions thanks a lot
Settings: Set JointRotator.speed to a large number
FT: Some hints:
- Use the sum function -
sum(speed)
to control the rotator- Argument
speed
: Use the magnitude of wheel rpm multiplied by some constant (you will need to find this yourself as it is build-specific)- It is the same FT as custom wheel rims