Skip to content

An implemetation of lossless, efficient progressive mesh algorithm.

Notifications You must be signed in to change notification settings

Satre95/Progressive-Meshes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

206ee35 · Aug 8, 2019

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progressive Meshes

This project is an implementation of the Hugues Hoppe's seminal 1996 paper Progressive Meshes. In addition, I have implemented Michael Garland & Paul S. Heckbert's 1997 paper Surface Simplification Using Quadric Error Metrics to yield more high-quality mesh decimation.

Building

All dependencies are included as submodules in the repo. Only CMake, OpenGL, and a C++11 compatible compiler are needed.

Running

Run the executable bin/ProgressiveMeshes from the project root.

See my blog for detailed explanation.