#please explain what switches do in stupid people terms
13 messages · Page 1 of 1 (latest)
basically a switch chip is a bunch of if else with equals as the comparison but in one chip and more performant
Oh wtffff
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
TYSM LIFE SAVER
theres 4 switch chip variants so be sure to look through them to decide what you need
Ok ty!
What does inverse lerp do
no clue, someone else has to answer this
Inverse Lerp returns the Progress from "Lerped" values.
Responding to this ^