Property to hide individual 3D Tile
See original GitHub issueThis feature would add a show
property on Cesium3DTile
so you can show/hide individual tiles. The use case is here on the forum:
https://groups.google.com/d/msg/cesium-dev/FwURIcrErv4/nQkCiM_XCAAJ
There doesn’t seem to be a way to hide an individual tile with the styling language. I suggested a workaround of just splitting it into multiple 3D tilesets (each could be selectively hidden) but that doesn’t work if you’re trying to clip your data as one tileset with a clipping plane (since tilesets can’t share clipping planes).
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (10 by maintainers)
Top Results From Across the Web
Disable children in a 3DTileset - CesiumJS - Cesium Community
Property to hide individual 3D Tile ... This feature would add a show property on Cesium3DTile so you can show/hide individual tiles. The...
Read more >3D Tiles Specification 1.0 - OGC Standards
Each feature has position and appearance properties stored in the tile's Feature Table, and additional application-specific properties stored in ...
Read more >mapbox - Hide polygons that are within a specific area
I'd like to be able to hide the individual footprints that overlap the 3D models. My original thought was to grab the bounding...
Read more >3D Tiles Specification - OGC Portal
In addition, should the Intellectual Property, or the operation of ... In 3D Tiles, an individual component of a tile, such as a...
Read more >Hide and show texture tiles on a model | Mudbox
Mudbox is currently optimizing the display of the tiles to save video memory. · The location of each texture tile on the model...
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
Congratulations on closing the issue! I found these Cesium forum links in the comments above:
https://groups.google.com/d/msg/cesium-dev/FwURIcrErv4/nQkCiM_XCAAJ
If this issue affects any of these threads, please post a comment like the following:
I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome.
🌍 🌎 🌏
@OmarShehata can you find out more information about the use case for this? I would suggest using styling to hide features. I’m not sure hiding a tile is helpful in most cases because it’s not meaningful as far as the data is concerned. Any number of features can be in a tile, and the tile children may be drastically different from the tile depending on the type of refinement used.