usd rotateXYZop

This commit is contained in:
D4ve-R
2023-05-18 14:36:22 +02:00
parent 9b9dce33a1
commit 8723d14aee
2 changed files with 25 additions and 3 deletions
+1
View File
@@ -66,6 +66,7 @@ private:
std::map<std::string, pxr::UsdShadeMaterial> materials_;
std::vector<pxr::UsdShadeMaterial> createMaterials(const std::vector<IfcGeom::Material>&);
pxr::GfVec3f rotation_degrees_from_matrix(const std::vector<double>&) const;
public:
USDSerializer(const std::string&, const SerializerSettings&);
virtual ~USDSerializer();