Profile image

Quick question:

79.3k Yourlocalhuman  2.2 years ago

How do you put delay on parachute deployment? I knew it once but then i forgor again

  • Log in to leave a comment
  • Profile image

    @ZeroWithSlashedO ah thank you

    2.2 years ago
  • Profile image

    ceil(smooth(clamp01(input), 1/X)) for activation
    floor(smooth(clamp01(input), 1/X)) for deactivation
    round(smooth(clamp01(input), 1/X)) for both

    X is in seconds

    2.2 years ago