Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 464 Bytes

Shape Regularization for simple 3D shapes

Dependencies

Easy3D

  • Grab the source code of Easy3D and build it.
  • Point Easy3D_DIR to your build directory of Easy3D when doing cmake.
  • Build and run.

Linux build example

https://github.com/Mirmix/3D_shape_regularization
cd 3D_shape_regularization/ 
mkdir build && cd build
cmake -DEasy3D_DIR=absolute_path_to_Easy3D_build ..
make
./main