[=motorsep;575150]
I am guessing I should either stop scaling after certain distance (when currentDistance / startScaleDistance == 2.5) or clamp currentDistance / startScaleDistance between 1 and 2.5
[/]
Hey motorsep,
Try using normalize to range, with the min value as your closest point and the max value as the furthest distance. This should allow you to scale in a 0-1 range within the distance you’ve set.