ScanData
This commit is contained in:
@@ -100,6 +100,8 @@ namespace PointCloudWeb.Server.Models
|
||||
maxPoints = Points.Count;
|
||||
|
||||
var takeEvery = Points.Count / maxPoints;
|
||||
if (takeEvery < 1)
|
||||
takeEvery = 1;
|
||||
var count = 0;
|
||||
|
||||
for (var i = 0; i < Points.Count; i++)
|
||||
|
||||
@@ -104,8 +104,8 @@ namespace PointCloudWeb.Server.Services
|
||||
|
||||
public void PointCloudCompleted(Guid id)
|
||||
{
|
||||
RegisterPointCloud(id);
|
||||
GeneratePotreeData(id);
|
||||
RegisterPointCloud(id);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user