Hallo guys,
I have a layer in .obj format which I want to convert into 3D tiles. It is in ETRS89 UTM32N. I have already loaded it into cesium ion and tried to convert it with obj2tiles. But after that the layer is not in the right place but in space. How can I fix the problem and get the layer at the correct location?
cheers
max
It looks like the command line usage of Obj2Tiles includes options for specifying the longitude/latitude. If you didn’t already try that, it might be one option for achieving the right location.
For data that is uploaded to Cesium ion, you can (in many cases) use the 3D Tiles Location Editor to adjust the location and orientation of an asset.
(In doubt, it’s always possible to manually place the tileset at runtime, or manually edit the tileset JSON accordingly, but maybe these options already help to solve the issue here)