Profile image

how do you make a rotator that rotates according to your speed?

357 Anachi  2 months ago

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?

  • Log in to leave a comment
  • Profile image
    357 Anachi

    @hpgbproductions thanks a lot

    2 months ago
  • Profile image

    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

    2 months ago