added support for pillars
some new helper methods/classes
This commit is contained in:
@@ -412,7 +412,8 @@ namespace Floorplan {
|
||||
return new FloorObstacleCircle(
|
||||
parseMaterial(el->Attribute("material")),
|
||||
el->FloatAttribute("cx"), el->FloatAttribute("cy"),
|
||||
el->FloatAttribute("radius")
|
||||
el->FloatAttribute("radius"),
|
||||
el->FloatAttribute("height")
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user