Transparent 3D tileset

Is there a way to make the 3D tile set transparent…I want to show the running utility pipes underground.

Hi @technolo89, welcome to the community!

I believe you can do this by creating a custom material, then setting the Material slot on the Cesium3DTileset. We have a tutorial for doing so here:

First create a copy of MI_CesiumThreeOverlaysAndClipping, which can be found in the plugin content folder. Then, to make the tileset translucent, you can set the Translucent blend mode in the Material Property Overrides.

Then, if you need to adjust the material’s opacity, you can create a new Material Layer and Material Layer Blend Asset. With the Material Layer you can output a specific alpha value, and use the Blend Asset to override the alpha from the previous layer.

Let us know if you have any other follow-up questions or concerns!

Thank you very much for your response…I will try that right now…