modified the groundtruthpoints to 3D

This commit is contained in:
toni
2017-03-20 11:40:14 +01:00
parent 62d4a278e9
commit aea0d14e4a
4 changed files with 11 additions and 16 deletions

View File

@@ -507,7 +507,7 @@ void ToolBoxWidget::onNewGTP() {
const Point2 center = view->getScaler().getCenter();
Floorplan::GroundTruthPoint* gtp = new Floorplan::GroundTruthPoint(
0, Point2(center.x, center.y)
0, Point3(center.x, center.y, 0)
);
MMFloorGroundTruthPoints* gtps = (MMFloorGroundTruthPoints*) curLayer;