From a591944c047cae1e79bb75999f0d1f0a522946f2 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 4 Jan 2022 17:32:18 +0100 Subject: [PATCH] Add link to used enum for a better understandability for the mesh morphing method. --- include/assimp/mesh.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/assimp/mesh.h b/include/assimp/mesh.h index 42312a2c7..9d4ddf97b 100644 --- a/include/assimp/mesh.h +++ b/include/assimp/mesh.h @@ -740,6 +740,7 @@ struct aiMesh { /** * Method of morphing when anim-meshes are specified. + * @see aiMorphingMethod to learn more about the provided morphing targets. */ unsigned int mMethod;