CesiumGS / cesium-unity

Bringing the 3D geospatial ecosystem to Unity
https://cesium.com/platform/cesium-for-unity/
Apache License 2.0
347 stars 83 forks source link

3Dtile is at the wrong place #443

Closed ThomasBillaud2 closed 6 months ago

ThomasBillaud2 commented 6 months ago

Hello,

I've made a custom 3DTile from an obj file with Obj2Tiles but when placed on the globe, the mesh is actually thousands of kilometers away from the origin.

How the tileset appears on the scene view : image

Position of an object created nearby the mesh : image

It seems to be caused by a difference between the CRS used for the obj file and the one used by Cesium. Is there any other CRS supported by Cesium on Unity other than ECEF ?

csciguy8 commented 6 months ago

Hi @ThomasBillaud2 , would you mind asking these kinds of usage question on our forum?

https://community.cesium.com/c/3d-tiles/16 https://community.cesium.com/c/cesium-for-unity/13

(also, it may have already been asked)

Thanks!