CityGML clamped to Cesium World Terrain in Sandcastle but not in Unreal Engine

My CityGML file was successfully converted into 3D tiles by Cesium ion. It clamps to terrain here in Sandcastle but it does not clamp to Cesium World Terrain in Unreal Engine (see attached screenshots). The first screenshot shows the tiles as added into the project. I only start seeing the tops of the geometry upon giving the object a z location transform of 2000. The second screenshot is of the geometries at a z location transform of 10,000. All the geometries are the same height. The CityGML file is here:


Hi @jill,

Can you please verify that both the Cesium World Terrain Actor and the GML tileset Actor have their Location property in the Unreal Editor set to (0, 0, 0)? The Actor Transform is applied after the georeferencing, so an offset there can cause the sort of misalignment you’re seeing.

Kevin

Yes, they are both set to (0,0,0). The GML tileset aligns perfectly along the lat, lon coordinates as well.

I redid my CityGML file and uploaded it to Cesium ion and now I am clamping successfully to the Cesium World Terrain. Not sure what was wrong with the original CityGML file that I posted here. I do know that I used a different CRS for the CityGML file (EPSG:2229). Maybe I did not check “Clamp to terrain” when uploading to Cesium ion for conversion to 3D tiles.

Yeah I think that’s a good guess. The original tileset you shared seemed to be clamped to the ellipsoid rather than the terrain surface. Glad you hear you were able to get it working!