Skip to content

Commit

Permalink
apply root transform
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhang95 committed Aug 21, 2024
1 parent 6410369 commit 2365334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/FBX/FBXSDK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ struct ReadFBXFile: INode {

// Import the contents of the file into the scene.
lImporter->Import(fbx_object->lScene);
FbxRootNodeUtility::RemoveAllFbxRoots(fbx_object->lScene);

// The file is imported; so get rid of the importer.
lImporter->Destroy();
Expand Down

0 comments on commit 2365334

Please sign in to comment.