From fecfc000591ddb5a890927d4d5436edb98deada2 Mon Sep 17 00:00:00 2001 From: Ono-Sendai Date: Mon, 9 Sep 2024 22:07:52 +1200 Subject: [PATCH] Fix spelling mistake. --- src/meshoptimizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshoptimizer.h b/src/meshoptimizer.h index 89a3a334..d7541672 100644 --- a/src/meshoptimizer.h +++ b/src/meshoptimizer.h @@ -370,7 +370,7 @@ MESHOPTIMIZER_API size_t meshopt_simplify(unsigned int* destination, const unsig /** * Experimental: Mesh simplifier with attribute metric - * The algorithm ehnahces meshopt_simplify by incorporating attribute values into the error metric used to prioritize simplification order; see meshopt_simplify documentation for details. + * The algorithm enhances meshopt_simplify by incorporating attribute values into the error metric used to prioritize simplification order; see meshopt_simplify documentation for details. * Note that the number of attributes affects memory requirements and running time; this algorithm requires ~1.5x more memory and time compared to meshopt_simplify when using 4 scalar attributes. * * vertex_attributes should have attribute_count floats for each vertex