objTo3d-tiles icon indicating copy to clipboard operation
objTo3d-tiles copied to clipboard

Vertical orientation

Open Abelon38 opened this issue 4 years ago • 2 comments

Hi !

First of all thanks for a great software!

I am having problems with conveting mesh .obj from my drone. The resultant tileset get a vertical direction. Does somebody know what is going on with this issue? image

Regards! Abel

Abelon38 avatar Mar 05 '21 11:03 Abelon38

In cesium, 3D tiles and gltf take + y as the upward axis, while obj uses + Z as the upward axis. You can add "gltfUpAxis": "Z" in customTilesetOptions.json

senlinyudao avatar Apr 13 '22 04:04 senlinyudao

Thanks a lot ! I will try it later today.

Have a great day! Abel

sweco-seabgo avatar Apr 14 '22 06:04 sweco-seabgo