initial camera-orientation; multiple materials in a single element; default material used from IfcGeom; improved triangle node data generation for OSG

This commit is contained in:
dushyant basson
2023-09-14 12:36:45 +05:30
committed by Thomas Krijnen
parent e4ce53d548
commit 832618b84a
4 changed files with 167 additions and 150 deletions
+3 -1
View File
@@ -54,7 +54,9 @@ private:
osgGA::EventQueue* getEventQueue() const;
unsigned int getMouseButtonNum(QMouseEvent* event);
void prepareSceneWithGeometry(osg::ref_ptr<osg::Geode> geode);
void setupViewController();
void orientScene(osg::ref_ptr<osg::Geode> geode);
};
#endif // IFCVIEWERWIDGET_H