Clean up glb tempfiles in case of error

This commit is contained in:
Thomas Krijnen
2019-06-04 17:03:58 +02:00
parent 2590bd01d5
commit 8ee86f9968
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ private:
int writeMaterial(const IfcGeom::Material& style);
public:
GltfSerializer(const std::string& filename, const SerializerSettings& settings);
virtual ~GltfSerializer() {}
virtual ~GltfSerializer();
bool ready();
void writeHeader();
void write(const IfcGeom::TriangulationElement<real_t>* o);