Trying to get the value from my locally hosted terrain: Is this possible? I’m running into problems. Just wanted to make a function to return the height value when called.
const localTerrainProvider = await Cesium.CesiumTerrainProvider.fromUrl(
‘http://localhost/’, {
requestVertexNormals: true,
requestWaterMask: true
});