Png image overlay on terrrain

Hello.

currently WMS, TMS and Cesium Ion raster overlay is possible overlay on terrain.

I am trying to implement png image overlay on terrrain in Unity.

I wonder if there is anyone who tried this. if you are, please share best way to do this :slight_smile:

with CesiumJS, this thing is possilble. check the below page and sandcastle example.

You’ll need to derive a new class from cesium-native’s RasterOverlay, as well as add a Unity wrapper for it.

1 Like

@Kevin_Ring Thank you for the advice :slight_smile:
I’ll try to implement this and I’ll share the result :slight_smile: