unitycoder / PointCloudConverter

PointCloud converter (commandline and GUI) for Point Cloud Viewer & Tools (Unity plugin)
GNU Lesser General Public License v2.1
22 stars 5 forks source link

improve skip points #38

Closed unitycoder closed 2 months ago

unitycoder commented 2 months ago

Currently it still loops every point and does calculations..

Should just skip points in for loop increment? (or at least continue early, before doing point calculations, that are skipped)