We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ellipsoid
An ellipsoid should get passed to BoundingRegion here:
BoundingRegion
cesium-native/Cesium3DTilesSelection/src/TilesetContentManager.cpp
Lines 154 to 157 in 31e93ac
Caught while compiling with CESIUM_DISABLE_DEFAULT_ELLIPSOID
CESIUM_DISABLE_DEFAULT_ELLIPSOID
The text was updated successfully, but these errors were encountered:
Good catch! I'll make a PR to fix this. Perhaps we should be building for CI with CESIUM_DISABLE_DEFAULT_ELLIPSOID to catch bugs like this?
Sorry, something went wrong.
Perhaps we should be building for CI with CESIUM_DISABLE_DEFAULT_ELLIPSOID to catch bugs like this?
I think that's a good idea.
No branches or pull requests
An ellipsoid should get passed to
BoundingRegion
here:cesium-native/Cesium3DTilesSelection/src/TilesetContentManager.cpp
Lines 154 to 157 in 31e93ac
Caught while compiling with
CESIUM_DISABLE_DEFAULT_ELLIPSOID
The text was updated successfully, but these errors were encountered: