Google map tile API custom shaders

Hi ,

If using black 3D tiles tileset & Google map tile API

How can I customize the shader of the earth or change other shaders?

thanks

You can copy the CesiumDefaultTilesetShader and DefaultTilesetMaterial from the Cesium for Unity package into your own project, and then modify them as you see fit. There is a property on the Cesium3DTileset component that allows you to specify a custom material to use for the tileset.

1 Like