new ScanConverter method

This commit is contained in:
Tim Wundenberg
2021-08-17 18:14:03 +02:00
parent de049999ee
commit f3a0bac05e
5 changed files with 8 additions and 75 deletions

View File

@@ -48,9 +48,6 @@ namespace PointCloudWeb.Server.ScanConverter
//scan.RAY = (scan.RAY + 90) % 360;
return scan;
if (scan.RAX == 1) return scan;
return new ScanDataPoint();
}
}
}