From ec3ce24aa22f2fb845a957e2a2615530ba5c4051 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Thu, 16 Feb 2023 04:49:10 -0500 Subject: [PATCH] missed one? --- app/dofs/reach-cursor/pattern.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/dofs/reach-cursor/pattern.txt b/app/dofs/reach-cursor/pattern.txt index e69de29..07060d3 100644 --- a/app/dofs/reach-cursor/pattern.txt +++ b/app/dofs/reach-cursor/pattern.txt @@ -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 \ No newline at end of file