Skip to main content
Hello everybody
I want to know is there a way to convert my 3D shapefile to a 3d tiles cesium ( I don't know if I should transformt it to citygml then 3d tiles cesium) and if there is a way is there a workspace to do so.
Here is my shapefile

Hi @redamrini​, you can convert your shapefile using the Cesium 3D Tiles Writer and a couple of transformers in between to coax your source data into 3D. Please see the below screenshot for a workflow to do this.

Esri Shapefile Reader -> 3DForcer (Elevation set to 0) -> Extruder (Distance set to height) -> Cesium 3D Tiles WriterI hope this helps and let me know if you have any questions!


Reply