Closed kring closed 1 year ago
Draft because it needs more testing and also we really should implement the cesium-native change described here: https://github.com/CesiumGS/cesium-unity/issues/274#issuecomment-1523834437
It works well for the tileset described in #346, though.
This is ready for review now.
@kring looks great, thanks!
Depends on CesiumGS/cesium-native#682 so merge that first Fixes #346
When cesium-native provided a
mipPositions
array with fewer than the total number of mip levels that could be present, the remaining ones were left uninitialized. With this PR, whatever mip levels are provided are used.