added support for fingerprint adding/editing

some visualization changes
This commit is contained in:
2017-03-10 15:32:05 +01:00
parent f40fc9a823
commit 8180764809
14 changed files with 436 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ protected:
void paintGL() override {
Cube cube(ap->getPos(f), 0.25);
glColor3f(0,0,1);
cube.paintGL();
}