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
Refactor adding of the bounding box indices. The indies are computed during write of the x,y,z point in writePoints(...) of writePointClouds(...). But since the CoreFb conversion needs to happen first to get the dataUUID of the point cloud, we can only add the bounding box as below. Usually the bounding Box should be set in the `CoreFb conversion as the other indices.
Refactor adding of the bounding box indices. The indies are computed during write of the x,y,z point in
writePoints(...)
ofwritePointClouds(...)
. But since theCoreFb
conversion needs to happen first to get the dataUUID of the point cloud, we can only add the bounding box as below. Usually the bounding Box should be set in the `CoreFb conversion as the other indices.The text was updated successfully, but these errors were encountered: