missed one?

This commit is contained in:
ethan merchant 2023-02-16 04:49:10 -05:00
parent e2d928eaee
commit ec3ce24aa2

View file

@ -0,0 +1,10 @@
# 2021.10.29 -> 2023.02.16 ->
pos = trackedPoint
if down
pullPoint = pos
stretch = distance(pullPoint, pos)
dir = (pos - pullPoint).normalized
cursor = pos + dir * stretch * 3