Skip to content

xfanhe/Surface-Mesh-Framework-Lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework for surface mesh processing (Lite Version)

The program is used to load meshes and render using OpenGL. This Lite version dose not have interactive features such as picking vertex and dargging vertex.

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-Lite
cd SurfaceFrameworkLite

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 SurfaceFrameworkLite.sln, select SrufaceFrameworkLite 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

Languages

  • C++ 100.0%