Fix USD transformations after v0.8 migration

This commit is contained in:
Thomas Krijnen
2024-06-28 20:26:11 +02:00
parent c7232a780a
commit a0458eeb91
2 changed files with 7 additions and 22 deletions
-1
View File
@@ -71,7 +71,6 @@ private:
std::map<std::string, std::string> meshes_;
std::vector<pxr::UsdShadeMaterial> createMaterials(const std::vector<ifcopenshell::geometry::taxonomy::style::ptr>&);
pxr::GfVec3f rotation_degrees_from_matrix(const double*) const;
public:
USDSerializer(const std::string&, const ifcopenshell::geometry::Settings&, const ifcopenshell::geometry::SerializerSettings&);
virtual ~USDSerializer();