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
I am trying to add in objects that were taken out of aerial lidar data so the coordinates are very high. I have to set the position of the pointcloud to zero in order to prevent the objects from flickering back forth (I assume is caused by arithmetic issues with large floating point numbers).
How can I convert the location of the objects in the load_poles function to match the new x, y, and z? The coordinates below represent the same location of a pole in the potree viewer before and after the conversion caused by setting the position of the pointcloud to (0,0,0).
I am trying to add in objects that were taken out of aerial lidar data so the coordinates are very high. I have to set the position of the pointcloud to zero in order to prevent the objects from flickering back forth (I assume is caused by arithmetic issues with large floating point numbers).
How can I convert the location of the objects in the load_poles function to match the new x, y, and z? The coordinates below represent the same location of a pole in the potree viewer before and after the conversion caused by setting the position of the pointcloud to (0,0,0).
The text was updated successfully, but these errors were encountered: