Fixed issue with transformations?

This commit is contained in:
Ken Arroyo Ohori
2017-02-21 18:40:27 -06:00
parent c0732f5197
commit 64eb707996
3 changed files with 27 additions and 11 deletions
+2 -1
View File
@@ -704,9 +704,10 @@ namespace IfcGeom {
next_shape_model = create_shape_model_for_next_entity();
// std::cout << "trsf" << std::endl;
// IfcGeom::CgalPlacement *trsf = next_shape_model->transformation().data();
// for (int i = 0; i < 3; ++i) {
// for (int j = 0; j < 4; ++j) {
// std::cout << next_shape_model->transformation().matrix().data() << " ";
// std::cout << << " ";
// } std::cout << std::endl;
// }
} catch (...) {}