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
But as a result, extras: {_pipeline: {....}} is added everywhere in the Model.glTF object. This has to significantly bloat the size of the gltF in memory.
The text was updated successfully, but these errors were encountered:
Now extras are only added to buffers, images, and shaders, so it has improved. Still it would be better to remove them completely. @ggetz can you look at this as part of Cesium's gltf-pipeline upgrade?
This change was made to fix a caching bug: #5728
But as a result,
extras: {_pipeline: {....}}
is added everywhere in theModel.glTF
object. This has to significantly bloat the size of the gltF in memory.The text was updated successfully, but these errors were encountered: