From 4b0e38e44ff12d8a1e91812f60f4606cb939d85e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 5 Sep 2022 11:00:57 -0500 Subject: [PATCH] Fix aiBone.mOffsetMatrix documentation Fixed the comment on the `mOffsetMatrix` property to be correct. See https://assimp-docs.readthedocs.io/en/latest/API/API-Documentation.html#_CPPv46aiBone See also https://stackoverflow.com/a/73603994 --- include/assimp/mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/assimp/mesh.h b/include/assimp/mesh.h index ffac27bb0..49d43f9f9 100644 --- a/include/assimp/mesh.h +++ b/include/assimp/mesh.h @@ -281,7 +281,7 @@ struct aiBone { //! The influence weights of this bone, by vertex index. C_STRUCT aiVertexWeight *mWeights; - /** Matrix that transforms from bone space to mesh space in bind pose. + /** Matrix that transforms from mesh space to bone space in bind pose. * * This matrix describes the position of the mesh * in the local space of this bone when the skeleton was bound.