Skip to main content
Question

How to convert obj to Cesium 3D Tiles

  • May 12, 2022
  • 1 reply
  • 244 views

limo
Supporter
Forum|alt.badge.img+8
  • Supporter
  • 52 replies

Hi,

 

I have a 3D modell as object file. I will convert this to cesium tiles!

I tried this way:

Reader -> CoordinateSystemSetter -> Writer (Cesium 3D Tiles)

 

But if I import the tiles inside cesium (e.g. cesium ion) I do not get georeferencing. So the model is not display at the correct location.

 

Is it possbile to assign a georeference to an obj file?

1 reply

limo
Supporter
Forum|alt.badge.img+8
  • Author
  • Supporter
  • 52 replies
  • May 13, 2022

I found out normally obj files are not georeferenced.

But I can use Offsetter to add offsetts to the features coordinate. Then I can use Reprojection if necessary and the model is placed at the correct position