Skip to content

Implements a mesh simplification algorithm based on the paper: Garland, Michael, and Paul S. Heckbert. "Surface simplification using quadric error metrics." Proceedings of the 24th annual conference on Computer graphics and interactive techniques. 1997.

Notifications You must be signed in to change notification settings

granitdula/mesh-simplification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mesh-simplification

Implements a mesh simplification algorithm based on the paper: Garland, Michael, and Paul S. Heckbert. "Surface simplification using quadric error metrics." Proceedings of the 24th annual conference on Computer graphics and interactive techniques. 1997.

Example Outputs

A test image

Original mesh with 718 triangle faces.


A test image

Simplified to have 80% of the number of faces.


A test image

Simplified to have 60% of the number of faces.


A test image

Simplified to have 40% of the number of faces.


A test image

Simplified to have 20% of the number of faces.


A test image

Simplified to have 10% of the number of faces.

About

Implements a mesh simplification algorithm based on the paper: Garland, Michael, and Paul S. Heckbert. "Surface simplification using quadric error metrics." Proceedings of the 24th annual conference on Computer graphics and interactive techniques. 1997.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published