rendering terrain without image

Hello,I want to do a terrain visualization experiment with Cesium.And I only want to show the triangular mesh without the remote-sensing image.

Can you tell me the way to achieve this goal?
.

scene.globe._surface.tileProvider._debug.wireframe = true is probably what you want.