update assimp
parent
23ee065bc5
commit
de5f778843
|
@ -44,3 +44,5 @@ tools/*.obj
|
||||||
*.lib
|
*.lib
|
||||||
*.sav
|
*.sav
|
||||||
*.sln
|
*.sln
|
||||||
|
|
||||||
|
!tools/assimp-vc*-mt.lib
|
|
@ -1464,7 +1464,7 @@ flags |= (doflipUV ? aiProcess_FlipUVs : 0);
|
||||||
// tweak:
|
// tweak:
|
||||||
aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_FBX_STRICT_MODE, 1);
|
aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_FBX_STRICT_MODE, 1);
|
||||||
// tweak: eliminate _$AssimpFBX$ nodes
|
// tweak: eliminate _$AssimpFBX$ nodes
|
||||||
aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS, 0);
|
// aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS, 0);
|
||||||
// tweak: do not remove dummies
|
// tweak: do not remove dummies
|
||||||
aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES, 0);
|
aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES, 0);
|
||||||
// tweak: split meshes by bone count
|
// tweak: split meshes by bone count
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue