pattern update
This commit is contained in:
parent
df2b8da7ab
commit
a2571e783e
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -88,6 +88,7 @@ class WaveCursor : dof {
|
|||
|
||||
// show that you are about to boolean in and out
|
||||
|
||||
// trackballer demo
|
||||
|
||||
|
||||
oldLocalPad = localPad;
|
||||
|
|
Loading…
Add table
Reference in a new issue