parent
986b67801d
commit
71d7ff63f5
|
@ -6,7 +6,6 @@ Open Asset Import Library (assimp)
|
||||||
|
|
||||||
Copyright (c) 2006-2019, assimp team
|
Copyright (c) 2006-2019, assimp team
|
||||||
|
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use of this software in source and binary forms,
|
Redistribution and use of this software in source and binary forms,
|
||||||
|
@ -50,15 +49,15 @@ namespace Assimp {
|
||||||
namespace Collada {
|
namespace Collada {
|
||||||
|
|
||||||
const MetaKeyPairVector MakeColladaAssimpMetaKeys() {
|
const MetaKeyPairVector MakeColladaAssimpMetaKeys() {
|
||||||
MetaKeyPairVector result;
|
MetaKeyPairVector result;
|
||||||
result.emplace_back("authoring_tool", AI_METADATA_SOURCE_GENERATOR);
|
result.emplace_back("authoring_tool", AI_METADATA_SOURCE_GENERATOR);
|
||||||
result.emplace_back("copyright", AI_METADATA_SOURCE_COPYRIGHT);
|
result.emplace_back("copyright", AI_METADATA_SOURCE_COPYRIGHT);
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
|
|
||||||
const MetaKeyPairVector &GetColladaAssimpMetaKeys() {
|
const MetaKeyPairVector &GetColladaAssimpMetaKeys() {
|
||||||
static const MetaKeyPairVector result = MakeColladaAssimpMetaKeys();
|
static const MetaKeyPairVector result = MakeColladaAssimpMetaKeys();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Collada
|
} // namespace Collada
|
||||||
|
|
Loading…
Reference in New Issue