You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone know how to add a grid surface to ofxPiMapper?
Meaning a surface which is split into 4 parts as shown here:
So we are able to move the center point and also the horizontal and vertical middle.
I know that it should be solvable with a mathematical theorem (german=> Strahlensatz) solution.
Currently when I use several quads in ofxPiMapper it will not fit:
I tried on other mapping tools too, stitching quad surfaces together does nowhere work, so there is the need of quad-grid surface.
Maybe @pierrep (https://github.com/pierrep/ofxPiMapper) can help us on this. Any inputs from people familiar with geometric calculations, mathematics, coding very welcome...
Maybe editing the existing GRID_WARP_SURFACE, since the current solution is not very usable. Ignore the additions of rows and columns, and focus only on something like posted above. Maybe @c-mendoza who made the circle surface back in 2017 knows anything... ;-)
Anyone know how to add a grid surface to ofxPiMapper?
Meaning a surface which is split into 4 parts as shown here:
So we are able to move the center point and also the horizontal and vertical middle.
I know that it should be solvable with a mathematical theorem (german=> Strahlensatz) solution.
Currently when I use several quads in ofxPiMapper it will not fit:
What I found is this paper: https://www.ronenbarzel.org/papers/warp.pdf
See on page 14:
and also this paper:
https://www.inf.ufrgs.br/~oliveira/pubs_files/PG01_Adaptive_subdivision.pdf
Maybe someone good in mathematics can tell us the formula to code this?
The text was updated successfully, but these errors were encountered: