mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 19:30:25 +00:00
Using transformation-matrix data; Turned off world-coords; Re-using geometry of repeating IDs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user