Hi. I'm trying to convert a mesh model from OBJ to Cesium, there are some problems occurred.
1. The SRS of OBJ is EPSG 2326, but FME shows error when reprojecting model to EPSG 4978 for Cesium model. I tried enable and disable Reprojector, but it still return error "could not create reprojection engine".
2. So I re-create the OBJ mesh in SRS 4978 for conversion. Then I added the result (in Cesium) to web page, my model cannot be shown.
Did anyone successfully convert OBJ to Cesium using FME? Where can I find some resources or sample workbench file of this conversion?