Merge branch 'master' into reorg

This commit is contained in:
Kim Kulling
2019-06-11 00:22:50 +02:00
5 changed files with 2 additions and 0 deletions

View File

@@ -864,6 +864,8 @@ bool OgreBinarySerializer::ImportSkeleton(Assimp::IOSystem *pIOHandler, Mesh *me
}
MemoryStreamReaderPtr reader = OpenReader(pIOHandler, mesh->skeletonRef);
if (!reader)
return false;
Skeleton *skeleton = new Skeleton();
OgreBinarySerializer serializer(reader.get(), OgreBinarySerializer::AM_Skeleton);

0
code/X3D/FIReader.cpp Executable file → Normal file
View File

0
code/glTF/glTFImporter.cpp Executable file → Normal file
View File

0
code/glTF2/glTF2Asset.inl Executable file → Normal file
View File

0
code/glTF2/glTF2Importer.cpp Executable file → Normal file
View File