I am wanting to create a 3d terrain cutaway using Cesium like the ones above. I have been messing around with the clipping planes feature. How can i get the unselected terrain to not render? Any help would be appreciated.
Yes! thats actually exactly what I am needing except for two things. (I apologize in advanced, I am brand new to Cesium and not that advanced in Java/HTML yet either )
But I was wondering how I can get the skybox/background to be a sky or something other than black?
Also, in the maps that I used as an example (bluemarble), a profile graph is attached to the edge of the terrain, would I be able to accomplish this with Cesium?
For the terrain profile, there isn’t an easy built-in way to do it, but others in the community have done this sort of thing before. There are several functions available to sample terrain/3D Tiles height that can help you with this. This example will sample various points along the line and draw it: