added wifi per-floor optimization

added plot to wifi-quality-analyzer
changes to per-floor wifi models
minor fixes
This commit is contained in:
k-a-z-u
2018-05-16 13:02:06 +02:00
parent 5bec3a5c0d
commit a8123d532d
9 changed files with 304 additions and 24 deletions

View File

@@ -78,7 +78,7 @@ namespace Ray3D {
};
/** DEBUG: convert to .obj file code for exporting */
OBJData toOBJ(const std::string& name) {
OBJData toOBJ(const std::string name) {
bool swapYZ = true;
int nVerts = 1;