+ support reading mesh files with colors

This commit is contained in:
wmayer
2015-12-31 21:07:04 +01:00
parent e2a02cb434
commit 9f19d5611a
7 changed files with 129 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ void MeshExport initMesh()
Mesh::MeshObject ::init();
Mesh::Feature ::init();
Mesh::FeatureCustom ::init();
Mesh::FeaturePython ::init();
Mesh::Import ::init();
Mesh::Export ::init();