Crate threecrate_simplification

Source
Expand description

Mesh simplification and decimation algorithms

This crate provides algorithms for reducing mesh complexity while preserving important geometric features:

  • Quadric error decimation
  • Edge collapse algorithms
  • Clustering-based simplification

Re-exports§

pub use quadric_error::*;
pub use edge_collapse::*;
pub use clustering::*;

Modules§

clustering
Clustering-based simplification
edge_collapse
Edge collapse simplification
quadric_error
Quadric error decimation

Traits§

MeshSimplifier
Simplify a mesh by reducing the number of faces/vertices