BenoitGeslain / Visuo-haptic-Illusions-Toolkit

A toolkit for visuo-haptic illusions in Unity
Other
1 stars 1 forks source link

Pseudo-haptics: Kohli's redirected touching #30

Closed bjrtx closed 5 months ago

bjrtx commented 8 months ago

See e.g. Luv Kohli's PhD thesis at https://doi.org/10.17615/34cy-pt44. Already implemented: ThinPlate interpolation (2D positions x, values y) => function f (Vector2) => float such that f minimizes the bending energy among interpolations of (x, y).

bjrtx commented 8 months ago

Next items:

bjrtx commented 7 months ago

Current solution suffers from strong numerical instability. Possibly compare to other implementations.

bjrtx commented 7 months ago

Current solution suffers from strong numerical instability. Possibly compare to other implementations.

Solved.