Fix matrix multiplication ordering for nested mapped items (#144)

This commit is contained in:
Carmen Fan
2016-11-06 15:18:30 +00:00
committed by Thomas Krijnen
parent 1e86a31b81
commit 00215867c0
+1 -1
View File
@@ -724,7 +724,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcMappedItem* l, IfcRepresentati
bool b = convert_shapes(map->MappedRepresentation(), shapes);
for (size_t i = previous_size; i < shapes.size(); ++ i ) {
shapes[i].append(gtrsf);
shapes[i].prepend(gtrsf);
// Apply styles assigned to the mapped item only if on
// a more granular level no styles have been applied