fixed some grid-factory issues
added some new attributes minor changes
This commit is contained in:
@@ -402,7 +402,8 @@ namespace Floorplan {
|
||||
parseObstacleType(el->Attribute("type")),
|
||||
parseMaterial(el->Attribute("material")),
|
||||
el->FloatAttribute("x1"), el->FloatAttribute("y1"),
|
||||
el->FloatAttribute("x2"), el->FloatAttribute("y2")
|
||||
el->FloatAttribute("x2"), el->FloatAttribute("y2"),
|
||||
(el->FloatAttribute("thickness") > 0) ? (el->FloatAttribute("thickness")) : (0.15) // default wall thickness in m
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user