mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Major update: taxonomy shared pointers, collection type safety, work towards hashing
This commit is contained in:
@@ -164,7 +164,7 @@ void GltfSerializer::write(const IfcGeom::TriangulationElement* o) {
|
||||
|
||||
node_array_.push_back(json_["nodes"].size());
|
||||
|
||||
const auto& m = o->transformation().data().ccomponents();
|
||||
const auto& m = o->transformation().data()->ccomponents();
|
||||
// nb: note that this contains the Y-UP transform as well.
|
||||
// @todo check
|
||||
const std::array<double, 16> matrix_flat = {
|
||||
|
||||
Reference in New Issue
Block a user