Skip to content

USTC-GCL-F/Surface-Mesh-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework for surface mesh processing

The program is used to load meshes and render using OpenGL.

External Libraries

  • Eigen
  • OpenMesh, Recommended version: the latest 8.1(at Oct. 2020)
  • Qt, Recommended version: 5.13.0

Usage

git clone https://github.com/USTC-GCL-F/Surface-Mesh-Framework
cd SurfaceFramework

Edit lines 7-9 of CmakeLists.txt to set the values of EIGEN_PATH,OPENMESH_PATH and OPENMESH_LIB_PATH

mkdir build && cd build
cmake -A x64 ..

Open SurfaceFramework.sln, select SrufaceFramework as launch project, and run.

Supported File Formats

.obj .off .ply .stl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published