new helper methods

improved elememt-selection
changed some parameters
show length for selected obstacles/doors
minor fixes
This commit is contained in:
2017-01-05 09:41:47 +01:00
parent 535e410ae9
commit 2297a76c53
17 changed files with 160 additions and 56 deletions

View File

@@ -24,7 +24,7 @@ protected:
/** repaint me */
void paintGL() override {
Cube cube(ap->getPos(f), 0.5);
Cube cube(ap->getPos(f), 0.25);
cube.paintGL();
}