oriels/app/dofs/quadraticizer/pattern.txt
2023-02-16 04:26:59 -05:00

8 lines
No EOL
233 B
Text

# 2021.10.15 -> 2023.02.16 ->
a = offHand.pos
hit = raycast(offHand.fwd, midPlane)
dist = distance(hit, midPlane)
b = mainHand.pos + mainHand.rot * fwd * dist
c = backhanded stretch-cursor
pos = lerp(lerp(a, b, t), lerp(b, c, t), t)