After loading the terrain, how to make gltf model close to the ground

Hello,everybody:

There is a problem that bothers me for a long time.

After loading the terrain, how to make the gltf model close to the ground?
I tried to use heightReference:Cesium.HeightReference.CLAMP_TO_GROUND,but it’s not very good.

Is there anyone who had the same problem, and/or a solution?
Thanks in advance.

Hello,

We do have ground clamping support for models. See the ‘Draw model’ section of our ground clamping demo: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Ground%20Clamping.html&label=Showcases

Best,

Hannah

Thanks, I have seen this example. It’s just a point in the model that clamps the ground, and I want to make a face of the model to clamp just like the ‘Draw Rectangle’ example

Sorry, but that is not something we currently have support for.

-Hannah