cartographer-project / point_cloud_viewer

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

Replace ad-hoc "caching" structures for intersection testing with trait #450

Closed nnmm closed 4 years ago

nnmm commented 4 years ago

As a motivation, let me summarize a few things about how octrees are queried:

Currently the caching is done in a pretty ad-hoc manner:

With this change:

Benefits:

Drawbacks: