3MF: add missig tags for meta data.

pull/1832/head
Kim Kulling 2018-03-11 20:15:25 +01:00
parent 336a09ee0e
commit 017b7d1a2f
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ namespace Assimp {
namespace D3MF {
namespace XmlTag {
// Meta-data
static const std::string meta = "metadata";
static const std::string meta_name = "name";
// Model-data specific tags
static const std::string model = "model";
static const std::string model_unit = "unit";