Skip to content

v0.5

Compare
Choose a tag to compare
@zeux zeux released this 26 Jul 04:36
· 3477 commits to master since this release

This is the first release of meshoptimizer library. Features:

  • Algorithms to index or reindex meshes and optimize them for vertex cache, vertex fetch and overdraw
  • Quantization helper functions to convert vertex attributes to GPU-friendly formats
  • Algorithms that analyze efficiency of given meshes for vertex cache/fetch/overdraw
  • C++ interface with support for 16-bit/32-bit indices

All algorithms have been optimized for both runtime performance (it's actually practical to run them at load time!) and efficiency of the resulting meshes.