Public code release for Fast Editing of Singularities in Field-Aligned Stripe Patterns.
Fast Editing of Singularities in Field-Aligned Stripe Patterns
Yuta Noma, Nobuyuki Umetani, Yoshihiro Kawahara.
Proceedings of SIGGRAPH Asia 2022 (Conference track)
[Project page]
Unix-like machines: configure (with cmake) and compile
cd /path/to/directory
mkdir build
cd build
cmake ..
make -j6
Windows / Visual Studio
Install CMake, and use either the CMake GUI or the command line interface (as on unix) to generate a Visual Studio solution. Build the solution with Visual Studio.
./singularity-editing ../data/models/bunny.obj
By selecting "move singularities", you can click on a singularity and move it to another position.
By selecting "add singularity pairs" and clicking on two different faces, you can add a pair of singularities.
By selecting "remove singularities" and clicking a pair of positive (red) and negative (blue) singularities, you can annihilate them.
If any issues or questions, please contact [email protected].