[cesium-dev] Custom height map to deform the terrain.

Hi Dave,

It’s possible to write a custom TerrainProvider to load heightmap data from any source you like. What’s more difficult is using custom data for a small region, combined with the standard global CesiumTerrainProvider. You would have to combine the sources manually, as Cesium supports the use of only a single TerrainProvider. This is different from imagery, where multiple sources of imagery can be combined easily on a single globe.

One good option is to try out the functionality in the ground-push branch. It was contributed by Chris Cooper and some other folks at NICTA, and allows you to push a retangular surface region down, revealing a new imagery layer or other primitives below the surface. Try it out and let me know how it works for you! We hope to have it in master shortly, at which point it will roll out in the next official release, b23 if all goes well.

Kevin

Hi Kevin,

Sorry for digging up an old post.

I have been trying out the ground-push branch contributed by Nicta, and it all works well.

I am just wondering that whether his contribution is going to be included in the next official release - b26?

Thank you.

David

I don’t know all of the details, but I can tell you that ground-push will not be in b26. It will make it to master eventually.

Hi David,

If you’re still interested, I have just updated and released the ground-push branch as a plugin for Cesium here.

Cheers,

Craig