CesiumGS / cesium-native

Apache License 2.0
441 stars 215 forks source link

When tileset fails to load, report all heights not sampled #954

Closed kring closed 1 month ago

kring commented 1 month ago

Previously, we rejected the future. Now, we resolve it, and report all heights as having failed to sample. This should be easier for users to deal with because they don't need to handle two different types of errors in their height queries.

kring commented 1 month ago

I'm merging this for today's release.