Mesh: [skip ci] adjust MeshInput::supportedMeshFormats()

This commit is contained in:
wmayer
2020-08-27 14:08:04 +02:00
parent 58a92681cf
commit dd7afa72de

View File

@@ -144,6 +144,7 @@ std::vector<std::string> MeshInput::supportedMeshFormats()
fmt.emplace_back("bms");
fmt.emplace_back("ply");
fmt.emplace_back("stl");
fmt.emplace_back("ast");
fmt.emplace_back("obj");
fmt.emplace_back("off");
fmt.emplace_back("smf");