FBX: store UnitScaleFactor for fbx-files.

This commit is contained in:
kim kulling
2018-01-23 15:13:23 +01:00
parent 8ac1de3287
commit 88a0bb1b6d
9 changed files with 479 additions and 446 deletions

View File

@@ -140,8 +140,7 @@ void FBXImporter::SetupProperties(const Importer* pImp)
// ------------------------------------------------------------------------------------------------
// Imports the given file into the given scene structure.
void FBXImporter::InternReadFile( const std::string& pFile,
aiScene* pScene, IOSystem* pIOHandler)
void FBXImporter::InternReadFile( const std::string& pFile, aiScene* pScene, IOSystem* pIOHandler)
{
std::unique_ptr<IOStream> stream(pIOHandler->Open(pFile,"rb"));
if (!stream) {