Profile image

Quick question:

69.0k Yourlocalhuman  1.4 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

    1.4 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

    1.4 years ago