This commit is contained in:
edgarriba 2014-08-11 11:31:18 +02:00
parent b7a19a9a5f
commit 6c8b11afee

View File

@ -221,7 +221,7 @@ protected:
}
else if(method == 3)
{
opoints = std::vector<Point3f>(points.begin(), points.begin()+10);
opoints = std::vector<Point3f>(points.begin(), points.begin()+50);
}
else
opoints = points;