You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cesium3DTileset.fromIonAssetId is marked as having a required options object. It is not actually required since it passes it to fromURL where the options object is not required.
Cesium3DTileset.fromIonAssetId
is marked as having a required options object. It is not actually required since it passes it tofromURL
where the options object is not required.fromIonAssetId
cesium/packages/engine/Source/Scene/Cesium3DTileset.js
Line 1905 in 003922b
fromUrl
cesium/packages/engine/Source/Scene/Cesium3DTileset.js
Line 1935 in 003922b
This causes a typescript error if
fromIonAssetId
is called without providing an options objectThe text was updated successfully, but these errors were encountered: