missed one?
This commit is contained in:
parent
e2d928eaee
commit
ec3ce24aa2
1 changed files with 10 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue