2
0
Эх сурвалжийг харах

- small documentation improvements

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@620 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
jonathanklein 15 жил өмнө
parent
commit
fb666493ad
2 өөрчлөгдсөн 4 нэмэгдсэн , 2 устгасан
  1. 1 1
      code/MDLLoader.h
  2. 3 1
      include/aiAnim.h

+ 1 - 1
code/MDLLoader.h

@@ -147,7 +147,7 @@ protected:
 
 	// -------------------------------------------------------------------
 	/** Check whether a given position is inside the valid range
-	 *  Throw a new ImportErrorException if it is not
+	 *  Throw a DeadlyImportError if it is not
 	 * \param szPos Cursor position
 	 * \param szFile Name of the source file from which the function was called
 	 * \param iLine Source code line from which the function was called

+ 3 - 1
include/aiAnim.h

@@ -177,7 +177,9 @@ enum aiAnimBehaviour
  *  are given in three separate series of values, one each for position, 
  *  rotation and scaling. The transformation matrix computed from these
  *  values replaces the node's original transformation matrix at a
- *  specific time. The order in which the transformations are applied is
+ *  specific time.
+ *  This means all keys are absolute and not relative to the bone default pose.
+ *  The order in which the transformations are applied is
  *  - as usual - scaling, rotation, translation.
  *
  *  @note All keys are returned in their correct, chronological order.