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
The new function should be Cesium3DTileset.checkSupportedExtensions modeled after ModelUtility.checkSupportedExtensions. It can be marked as @private in the doc.
The function should be called in Cesium3DTileset.prototype.loadTileset
Use oneTimeWarning to print the unsupported extension
Why would these be warnings instead of errors? Does a user have any way to handle this themselves so they could choose to not load the tileset or show a message to their users?
If a tileset specifies an extension in
extensionsRequired
, that is not supported, we should log at least a warning in the console.3DTILES_metadata
3DTILES_implicit_tiling
3DTILES_content_gltf
3DTILES_multiple_contents
3DTILES_bounding_volume_S2
3DTILES_batch_table_hierarchy
3DTILES_draco_point_compression
Some things to consider:
ModelUtility.js
handles glTFextensionsRequired
and do something similarModel
to includeEXT_feature_metadata
The text was updated successfully, but these errors were encountered: