How do I overlay wms images onto 3dties?

I have a need to overlay wms/wmts images released by geoserver onto 3dtiles for overlay display. How can I achieve this?

Hi @sir-yangl, thanks for the question.

You can load custom WMS sources using the WebMapServiceImageryProvider or WebMapTileServiceImageryProvider classes.
We have a sandcastle example using that you can see here. You just need the link to the source.

Hope that helps

Thank you for your response. However, what I need is to overlay WMS imagery on top of a 3D model, such as this image, where the WMS imagery is below the model and cannot cover it.