modified the groundtruthpoints to 3D
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user