Skip to content

UIKit0/Fast-Quadric-Mesh-Simplification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast-Quadric-Mesh-Simplification

Mesh triangle reduction using quadrics

img

Summary Since I couldnt find any code thats fast, memory efficient, free and for high quality, I developed my version of the quadric based edge collapse mesh simplification method. It uses a threshold to determine which triangles to delete, which avoids sorting but might lead to lesser quality. It is about 4x as fast as Meshlab and can simplify 2M -> 30k triangles in 3.5 seconds.

Usage The functionality is contained in Simplify.h. The function to call is simplify_mesh(target_count). The code is kept pretty slim, so the main method has just around 400 lines of code.

Obj File Limitations The Obj file may only have one group or object. Its a very simple reader/writer, so dont try to use multiple objects in one file

License : MIT

Please dont forget to cite this page if you use my code!

About

Mesh triangle reduction using quadrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.1%
  • C++ 13.9%
  • HTML 4.0%
  • Objective-C 3.6%
  • Perl 0.6%
  • Makefile 0.5%
  • Other 0.3%