From a2571e783e9617be84231e47973c5b3b32ddbd33 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Tue, 4 Oct 2022 10:07:34 -0400 Subject: [PATCH] pattern update --- app/dofs/stretch-cursor/og/⧉ | 4 ++-- app/dofs/stretch-cursor/wave/WaveCursor.cs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/dofs/stretch-cursor/og/⧉ b/app/dofs/stretch-cursor/og/⧉ index d52d6e1..f042494 100644 --- a/app/dofs/stretch-cursor/og/⧉ +++ b/app/dofs/stretch-cursor/og/⧉ @@ -7,10 +7,10 @@ data cursor frame - mag = (vTo - vFrom).mag + mag = (vTo - vFrom).mag stretch = max(mag - deadzone, 0) - dir = dir(vTo, vFrom) + dir = v3.dir(vTo, vFrom) cursor = vTo + dir * stretch * strength design diff --git a/app/dofs/stretch-cursor/wave/WaveCursor.cs b/app/dofs/stretch-cursor/wave/WaveCursor.cs index 286e825..42b3eb3 100644 --- a/app/dofs/stretch-cursor/wave/WaveCursor.cs +++ b/app/dofs/stretch-cursor/wave/WaveCursor.cs @@ -88,6 +88,7 @@ class WaveCursor : dof { // show that you are about to boolean in and out + // trackballer demo oldLocalPad = localPad;