flip-geodesics-demo
flip-geodesics-demo copied to clipboard
Construct geodesic paths, loops, networks on surface with a fast and simple edge flipping algorithm. C++ demo app and more.
Hi, I have installed CMAKE and configured for used with Visual Studio. The I did he CMake command: ``` ❯ cmake -DCMAKE_BUILD_TYPE= Release .. -- Building for: Visual Studio 16...
I'm creating a path in the interface with a few control points of a Bezier. When running the bezierSubdivide code with 3 iterations, it returns a geodesic that ignores the...
Hello, how do you calculate the geodesic distance between two points on a grid surface after planning the geodesic path? Best wishes, Thanks.
If you do that then it works on Macos with arm, I'm too lazy to open a pull request for this
first, I am compiling in Release mode! 1.Import large model file(pig.stl),The error message is as follows:  2.Import a small model file(pig.off),no errors are reported.  3.The sizes of the...