3MF: Export initial commit.

This commit is contained in:
Kim Kulling
2017-11-20 22:36:17 +01:00
parent e09349c734
commit c22b4acd47
11 changed files with 397 additions and 113 deletions

View File

@@ -210,6 +210,12 @@ Discreet3DSExporter:: Discreet3DSExporter(std::shared_ptr<IOStream> outfile, con
}
}
// ------------------------------------------------------------------------------------------------
Discreet3DSExporter::~Discreet3DSExporter() {
// empty
}
// ------------------------------------------------------------------------------------------------
int Discreet3DSExporter::WriteHierarchy(const aiNode& node, int seq, int sibling_level)
{