mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 16:43:00 +00:00
Using transformation-matrix data; Turned off world-coords; Re-using geometry of repeating IDs
This commit is contained in:
committed by
Thomas Krijnen
parent
832618b84a
commit
91d1cb79c2
@@ -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