Has anyone succeed making polygons with each vertices have a different height?
The reason why is I have a surface layer model that needs to be overlay on top of the Cesium globe. I got the lat lon and the height data for each vertices, but I am only able to make flat polygons using lat lon and the height is ignored by Cesium.
I assume that this feature hasn't been supported yet. Is this feature going to be supported in the comming version b22 in November?
Or has anyone give me an example of creating a custom model in Cesium?
Now I've successfully created a custom geometry. However, I still have a problem.
The thing is my data is in the typical lat lon and height format. As a result, the custom model that was displayed looks like a long straight rectangle (because the lat lon values), which is definitely incorrect.
My question is how am I going to create the 3D model using the lat lon height data?