Profile image

[FT Request] Add delay to "infinite" rotators?

8,628 BeryllCorp  3.8 years ago

How to make rotators wait for a few seconds before they start rotating once the activation group is activated?

This would significantly reduce the part count of the thing i'm making. plus it will reduce lag too because i'll be using fewer rotators.

Thanks!

  • Log in to leave a comment
  • Profile image
    8,628 BeryllCorp

    @spefyjerbf thanks! Will try these as soon as i get home

    +1 3.8 years ago
  • Profile image
    161k spefyjerbf

    floor(smooth(clamp01(ActivateX), 1/delayTime) * clamp01(ActivateX)
    .
    Where:
    delayTime = the time for delay (sec)
    ActivateX = activation group, ex Activate1

    +3 3.8 years ago
  • Profile image
    13.9k ChrisPy

    Erg there was a post abt this earlier. It has something to do with clamp and lerp

    +1 3.8 years ago