mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
This needs some serious scrutiny
This commit is contained in:
@@ -155,7 +155,7 @@ namespace {
|
||||
if (!face_points(face, points)) {
|
||||
continue;
|
||||
}
|
||||
auto total = external * part_matrix * item_matrix(face) * item_matrix(face->children.front());
|
||||
auto total = external * part_matrix; // *item_matrix(face) * item_matrix(face->children.front());
|
||||
std::vector<int> indices;
|
||||
indices.reserve(points.size());
|
||||
for (const auto& point : points) {
|
||||
|
||||
Reference in New Issue
Block a user