You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one report about, pointcloud manager sometimes failing on the slicing (and missing bounds if set new data at UpdatePointData())
PointCloudManager.cs from line 126 Adding Mathf.Floor and Ceil to the min and max values. This is required as SX etc at line 254 are ints. BoxIndex was returning larger than array size.
PointCloudViewerDS11.cs UpdatePointData() Need to find and set cloudBounds.
The text was updated successfully, but these errors were encountered:
one report about, pointcloud manager sometimes failing on the slicing (and missing bounds if set new data at UpdatePointData())
The text was updated successfully, but these errors were encountered: