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
parent d91fa87dd8
commit 904c0c6b06
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