cesium-native
cesium-native copied to clipboard
Fix missing ellipsoid parameters
As Sean noted in #953, there's a few places in the codebase we're currently missing an ellipsoid parameter. These compile fine unless CESIUM_DISABLE_DEFAULT_ELLIPSOID
is enabled, but they will cause incorrect results if not fixed. We should consider enabling CESIUM_DISABLE_DEFAULT_ELLIPSOID
on CI to catch these issues in the future.