commit
1517bfcb9f
|
@ -651,14 +651,18 @@ enum aiComponent
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
/** @brief Set whether the fbx importer will use the legacy embedded texture naming.
|
/** @brief Set whether the fbx importer will use the legacy embedded texture naming.
|
||||||
*
|
*
|
||||||
* The default value is false (0)
|
* The default value is false (0)
|
||||||
* Property type: bool
|
* Property type: bool
|
||||||
*/
|
*/
|
||||||
#define AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING \
|
#define AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING \
|
||||||
"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 \
|
#define AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES \
|
||||||
"AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES"
|
"AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue