#please explain what switches do in stupid people terms

13 messages · Page 1 of 1 (latest)

thorny cape
#

I looked it up I had no idea what they were talking ab😢

#

Oh and also what’s a Lerp

undone pasture
#

basically a switch chip is a bunch of if else with equals as the comparison but in one chip and more performant

thorny cape
#

Oh wtffff

undone pasture
#

also a lerp interpolates between two given values of the same type where a progress of 0 represents the starting value and a progress of 1 represents the ending value and anything in between is a linear interpolation between the two values

#

thats also where the name comes from: linear interpolation

thorny cape
#

TYSM LIFE SAVER

undone pasture
#

theres 4 switch chip variants so be sure to look through them to decide what you need

thorny cape
#

Ok ty!

undone pasture
#

no clue, someone else has to answer this

lyric ridge
#

Inverse Lerp returns the Progress from "Lerped" values.

lyric ridge