fieldgen
fieldgen copied to clipboard
Generates high-quality, optimally smooth tangent direction fields on triangle meshes.
In one place in the `Makefile`, `include/HalfEdge.h` is referred to as `include/Halfedge.h`. This breaks compilation on some filesystems with the error `make: *** No rule to make target 'include/Halfedge.h', needed...
Hi, Is it possible to get Command-line build for windows? It was super useful command-line interface for people who does not know how to build C++ applications: https://github.com/GeometryCollective/boundary-first-flattening Thank you.
Hello, I am looking for a vector field generation algorithm where the direction of the generated vectors can be controlled in a much simpler way. The closest I have found...
Hello, Windows 10 MSYS2/Mingw toolchain Steps to reproduce 1. ./fieldviz.exe data/bunny.obj 2. Press space 3. press b (boundry alignment now on) 4. press space program crashes with error: ``` Assertion...
User can specify an alignment field that can be used to generate the smoothest field. This can allow us to create user specified singularities.