Update Assimp to master at d3d98a7ec0c8d38e1952b46dfe53f7e9233dc92d

* ASCII FBX embedded content
* Improved uv scaling metadata
This commit is contained in:
K. S. Ernest (iFire) Lee
2019-04-09 07:42:31 -07:00
parent bde77dc0b4
commit cc72bc6713
8 changed files with 133 additions and 18 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ ASSIMP_API aiScene::aiScene()
, mCameras(nullptr)
, mMetaData(nullptr)
, mPrivate(new Assimp::ScenePrivateData()) {
// empty
// empty
}
// ------------------------------------------------------------------------------------------------