Add faces existence condition and keep cleaning

This commit is contained in:
johltn
2021-02-18 10:12:29 +01:00
parent bf24f46806
commit 0882bfaf3e
2 changed files with 8 additions and 42 deletions
+1 -1
View File
@@ -40,8 +40,8 @@ private:
std::set<std::string> guids;
std::vector<double> double_data_container;
std::vector<int> int_data_container;
public:
HdfSerializer(const std::string& obj_filename, const std::string& mtl_filename, const SerializerSettings& settings);
virtual ~HdfSerializer() {}