Skip to main content

I tried converting a shapefile to cesium 3dtiles but after conversion some wall surfaces of the shapefile buildings are missing.When i inspected the data in fme data inspector the missing wall surfaces are transparent.Why some surfaces are transparent, I have attached the image of the shapefile viewed in inspector .How to bring all the wall surfaces in the output tileset without missing.

The surfaces appear to be single sided.

You can try forcing to double-sided using a GeometryColorSetter to add color to both the front and back side.

Alternatively, since your data seems to have all the sides of the building, you could try using the SolidBuilder, which will force the visible side to the outside of the models.


Reply