From d32fcecf6871412283ca52f5b10daa99fbc81234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 1 Apr 2020 19:54:00 +0200 Subject: [PATCH] MeshTools: fix self-contradictory docs. --- src/Magnum/MeshTools/Combine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/MeshTools/Combine.h b/src/Magnum/MeshTools/Combine.h index e9dac4c5c..c1c7df06e 100644 --- a/src/Magnum/MeshTools/Combine.h +++ b/src/Magnum/MeshTools/Combine.h @@ -99,8 +99,8 @@ accordingly. The resulting mesh has the same amount of indices, but likely more vertices. Expects that @p mesh is indexed @ref MeshPrimitive::Triangles and -@p faceAttributes is indexed @ref MeshPrimitive::Faces, index count of the -latter corresponding to index count of the former. If @p faceAttributes is +@p faceAttributes is @ref MeshPrimitive::Faces, with face element count of the +latter corresponding to triangle count of the former. If @p faceAttributes is indexed, it's assumed to have the data unique; if it's not indexed, it's first made unique using @ref removeDuplicates() and in that case it's expected to be interleaved.