worked on map->3d model generation

This commit is contained in:
2018-02-08 21:27:24 +01:00
parent a35e043196
commit 5e749d4da8
5 changed files with 273 additions and 58 deletions

View File

@@ -8,7 +8,9 @@ using namespace Ray3D;
TEST(Ray, ModelFac) {
std::string file = "/apps/paper/diss/data/maps/SHL41_nm.xml";
//std::string file = "/apps/paper/diss/data/maps/SHL42_nm.xml";
std::string file = "/mnt/vm/paper/diss/data/maps/SHL42_nm.xml";
Floorplan::IndoorMap* map = Floorplan::Reader::readFromFile(file);
ModelFactory fac(map);