3MF: add missig tags for meta data.
parent
336a09ee0e
commit
017b7d1a2f
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue