Reduce Cesium footprint?
See original GitHub issueHey,
I noticed a lot of Cesium stuff gets loaded even though I know in advance that I will never use it. For example, I download VRButton.css
but there is no VR functionality in my app. Is there a way to reduce the network impact Cesium currently has? It would be great if I didn’t have to download so many resources I will never use.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Cesium's Movement in the Natural Environment | US EPA
EPA has studied Cesium's interactions with the natural ... Forests are known to greatly reduce the overall mobility of radionuclides.
Read more >Improved CesiumJS Terrain Rendering = Less Cesium ion ...
With the most recent CesiumJS release, terrain and imagery now load 32% faster on average and request significantly fewer tiles - meaning ...
Read more >Performance Tips for Visualizing Lots of Points
The first table shows the performance and memory usage of static points. PointPrimitive maintains a lower memory usage over billboards with ...
Read more >Shape file Building footprint to 3d-tiles steps - CesiumJS
I have a shapefile containing about 50,000 building footprint. The aim was to view them as 3dtiles in Cesium. The steps i did...
Read more >Graphics Tech in Cesium - Vertex Compression
It reduces the memory footprint, time to transfer data across the bus from the CPU to the GPU, and GPU memory bandwidth at...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Most of the ES6 discussion has taken place in #2524. We don’t have an official timeline or roadmap as to when we’ll get there, but it is important to us (it’s a pretty large undertaking and we just need to find the time).
Thank you for the update @mramato! Is there any related issue or roadmap I could consult in the future?