瀏覽代碼

Merge pull request #4713 from ChrisBlueStone/master

Fix aiBone.mOffsetMatrix documentation
Kim Kulling 3 年之前
父節點
當前提交
edaf7fb7eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/assimp/mesh.h

+ 1 - 1
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.