cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
337 stars 98 forks source link

Write child first to not waste space. #390

Closed feuerste closed 4 years ago

feuerste commented 4 years ago

During octree generation, we first rewrite the child, so no additional disk space is required.

feuerste commented 4 years ago

This is done anyway, wrong thinking