Using transformation-matrix data; Turned off world-coords; Re-using geometry of repeating IDs

This commit is contained in:
dushyant basson
2023-12-20 01:19:36 +05:30
parent 904c0c6b06
commit 21f741667e
4 changed files with 62 additions and 24 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
#include <vector>
#include "../ifcgeom_schema_agnostic/IfcGeomIterator.h"
#include "osg/Material"
#include "osg/MatrixTransform"
#include "osg/ref_ptr"
#include "osg/Geometry"
@@ -19,7 +20,7 @@ public:
bool Parse(
const std::string& filePath,
std::vector<osg::ref_ptr<osg::Geometry>>& geometries
std::vector<osg::ref_ptr<osg::MatrixTransform>>& matrixTransforms
);
private: