A naive C++ implementaion of the SIGGRAPH 2017 paper Regularized Kelvinlets (de Goes et al. 2017) with a viewer and time integration. This is a CMake project.
Zhecheng Wang
- Grab
- Twist
- Scale
- Pinch
- Grab
- Twist
- Scale
- Pinch
Clone from this repo
git clone https://github.com/Zhecheng-Wang/Regularized-Kelvinlets.git
Initialize build folder and compile the code
mkdir build
cd build
cmake ..
make
To run the program, run kelvinlets
in the build
folder with a mesh in the data
folder.
Papers: [de Goes et al., 2017]