Skip to content

Commit

Permalink
Merge pull request #2447 from assimp/issue_2054
Browse files Browse the repository at this point in the history
Add missing doc.
  • Loading branch information
kimkulling committed May 7, 2019
2 parents 3408442 + e611ccc commit 1517bfc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions include/assimp/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -651,14 +651,18 @@ enum aiComponent

// ---------------------------------------------------------------------------
/** @brief Set whether the fbx importer will use the legacy embedded texture naming.
*
* The default value is false (0)
* Property type: bool
*/
*
* The default value is false (0)
* Property type: bool
*/
#define AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING \
"AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING"

// ---------------------------------------------------------------------------
/** @brief Set wether the FBX importer shall not remove empty bones.
*
* Empty bone are often used to define connections for other models.
*/
#define AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES \
"AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES"

Expand Down

0 comments on commit 1517bfc

Please sign in to comment.