cesium-native icon indicating copy to clipboard operation
cesium-native copied to clipboard

Implicit Tiling: Consolidate redundancies in availability calculations

Open nithinp7 opened this issue 3 years ago • 0 comments

A quick glance at QuadtreeAvailability.cpp and OctreeAvailability.cpp will show a bunch of redundant code that could be extracted out given some untangling.

@javagl started to do this as mentioned in this comment: https://github.com/CesiumGS/cesium-native/pull/420#issuecomment-1018622521

We should continue his work there, doing something similar in OctreeAvailability.cpp and potentially consolidating commonalities between those two files as well.

nithinp7 avatar Jan 21 '22 16:01 nithinp7