Merge branch 'master' into fix-3ds-matrix

This commit is contained in:
Kim Kulling
2021-05-01 11:34:33 +02:00
committed by GitHub
52 changed files with 1319 additions and 442 deletions

View File

@@ -164,7 +164,7 @@ void Discreet3DSImporter::InternReadFile(const std::string &pFile,
mRootNode->mHierarchyIndex = -1;
mRootNode->mParent = nullptr;
mMasterScale = 1.0f;
mBackgroundImage = "";
mBackgroundImage = std::string();
bHasBG = false;
bIsPrj = false;