fix subassembly transformation bug

This commit is contained in:
Stefan Tröger
2013-08-04 15:56:43 +00:00
parent 14c20fbe89
commit bf8d5e7aa9
4 changed files with 11 additions and 8 deletions

View File

@@ -174,11 +174,7 @@ boost::shared_ptr< Geometry3D > ItemPart::getGeometry3D(const char* Type)
return boost::shared_ptr< Geometry3D >();
}
};
/*
std::stringstream s;
s<<geometry->m_global;
Base::Console().Message("Added geom: %s, %s\n", Type, s.str().c_str());
*/
return geometry;
}