Entity Model Graphics on 3DTileset buildings, zIndex

Hi, I need to place model graphics on 3DTileset buildings. Do you know how to do that, is something like z Index in css working with models? Now I got something like this on the screen.
Thank you in advance.

Welcome to the Cesium Community!

For ModelGraphics, there is no z-index setting or depth settings to have it show through 3DTileset buildings.

BillboardGraphics has a disableDepthTestDistance property that you can try out.

What is your goal for having the ModelGraphics object show through the tileset?