From aacc16018ac918277274f58131b0f76567111f06 Mon Sep 17 00:00:00 2001 From: Bertay Eren <39909689+bertaye@users.noreply.github.com> Date: Fri, 30 Jun 2023 04:02:08 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7286fe1..3347861 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ A simple mesh segmentation framework relies on the Laplacian Matrix. Scroll down to see results # How to use? -You can either clone the project and use build/Spectral_Based_Mesh_Segmentation.sln by configuring necessary library directions (Eigen, Spectra, GLFW, GLEW) or configure CMakeList.txt with your own paths to mentioned librarires to create a solution file (Note that OpenGL stuff, GLFW and GLEW, is noT mandatory, you can simply extract Mesh.h and Mesh.cpp with other dependencies (SVertex.h and STriangle.h) and use them independently on your own projects but obviously you need Eigen and Spectra too) +You can either clone the project and use build/Spectral_Based_Mesh_Segmentation.sln by configuring necessary library directions (Eigen, Spectra, GLFW, GLEW) or configure CMakeList.txt with your own paths to mentioned librarires to create a solution file. + +(Note that OpenGL stuff, GLFW and GLEW, is noT mandatory, you can simply extract Mesh.h and Mesh.cpp with other dependencies (SVertex.h and STriangle.h) and use them independently on your own projects but obviously you need Eigen and Spectra too) Once you finished the configuration phase (congrats by the way!); the usage is simple. ```c++