shared_ptr styles all over #4833

This commit is contained in:
Thomas Krijnen
2024-06-10 20:11:24 +02:00
parent f2074d95fd
commit c01263d721
13 changed files with 97 additions and 93 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ private:
boost::optional<json> ecef_transform_, north_rotation_;
int bufferViewId;
int writeMaterial(const ifcopenshell::geometry::taxonomy::style& style);
int writeMaterial(const ifcopenshell::geometry::taxonomy::style::ptr style);
public:
GltfSerializer(const std::string& filename, const ifcopenshell::geometry::Settings& geometry_settings, const ifcopenshell::geometry::SerializerSettings& settings);
virtual ~GltfSerializer();