materials

This commit is contained in:
D4ve-R
2023-05-04 23:22:34 +02:00
parent c8205b4a9e
commit 7e090f5709
2 changed files with 43 additions and 9 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ private:
bool ready_ = false;
pxr::UsdStageRefPtr stage_;
int writeMaterial(const IfcGeom::Material& style);
void writeLighting();
int writeMaterial(const IfcGeom::Material&);
void createLighting();
public:
USDSerializer(const std::string&, const SerializerSettings&);
virtual ~USDSerializer();