- small documentation improvements

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@620 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
jonathanklein 2010-03-19 20:26:43 +00:00
parent 255e68aafc
commit fb666493ad
2 changed files with 4 additions and 2 deletions

View File

@ -147,7 +147,7 @@ protected:
// ------------------------------------------------------------------- // -------------------------------------------------------------------
/** Check whether a given position is inside the valid range /** 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 szPos Cursor position
* \param szFile Name of the source file from which the function was called * \param szFile Name of the source file from which the function was called
* \param iLine Source code line from which the function was called * \param iLine Source code line from which the function was called

View File

@ -177,7 +177,9 @@ enum aiAnimBehaviour
* are given in three separate series of values, one each for position, * are given in three separate series of values, one each for position,
* rotation and scaling. The transformation matrix computed from these * rotation and scaling. The transformation matrix computed from these
* values replaces the node's original transformation matrix at a * 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. * - as usual - scaling, rotation, translation.
* *
* @note All keys are returned in their correct, chronological order. * @note All keys are returned in their correct, chronological order.