Merge pull request #4321 from assimp/kimkulling_update_morphing_method_doc_issue4320

Add link to used enum for a better understandability
pull/4328/head
Kim Kulling 2022-01-04 17:46:37 +01:00 committed by GitHub
commit 1d815fc23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -740,6 +740,7 @@ struct aiMesh {
/** /**
* Method of morphing when anim-meshes are specified. * Method of morphing when anim-meshes are specified.
* @see aiMorphingMethod to learn more about the provided morphing targets.
*/ */
unsigned int mMethod; unsigned int mMethod;