PrincessGod / objTo3d-tiles

Convert obj model file to 3d tiles
https://princessgod.github.io/objTo3d-tiles
Apache License 2.0
778 stars 232 forks source link

3d tiles in wrong postion #44

Closed neson6xd closed 2 years ago

neson6xd commented 2 years ago

I use this tool to convert a obj to a single tileset, then, I show this model in cesium and it is in Sudan but the right place is China。Can someone help me? The following is customTilesetOptions.json and tileset.json customTilesetOptions.json { "longitude": 119.95948074950003, "latitude": 31.68082139900001, "transHeight": 0.0, "region": true, "box": false, "sphere": false }

tileset.json { "asset": { "version": "0.0", "tilesetVersion": "1.0.0-obj23dtiles", "gltfUpAxis": "Y" }, "geometricError": 200, "root": { "transform": [ -0.5471536466732279, 0.8370321899020303, 0, 0, -0.21914155605896873, -0.143249092426594, 0.9651200318753161, 0, 0.8078365337989131, 0.5280689449179611, 0.2618077998704183, 0, 5153674.616673024, 3368869.07612232, 1659048.1064715665, 1 ], "boundingVolume": { "region": [ 119.95936855744625, 31.680633143240144, 119.95958835404977, 31.681313337668144, -3, 30 ] }, "geometricError": 0, "refine": "ADD", "content": { "url": "kjc.b3dm" } } }

Abelon38 commented 2 years ago

Hi!

I have built an aplication that uses this plugging and Cesium in order to get the right position of your .obj. it will be on GitHub soon.

Regards Abel

Den tis 23 nov. 2021 21:45luxiaodao123 @.***> skrev:

I use this tool to convert a obj to a single tileset, then, I show this model in cesium and it is in Sudan but the right place is China。Can someone help me? The following is customTilesetOptions.json and tileset.json customTilesetOptions.json { "longitude": 119.95948074950003, "latitude": 31.68082139900001, "transHeight": 0.0, "region": true, "box": false, "sphere": false }

tileset.json { "asset": { "version": "0.0", "tilesetVersion": "1.0.0-obj23dtiles", "gltfUpAxis": "Y" }, "geometricError": 200, "root": { "transform": [ -0.5471536466732279, 0.8370321899020303, 0, 0, -0.21914155605896873, -0.143249092426594, 0.9651200318753161, 0, 0.8078365337989131, 0.5280689449179611, 0.2618077998704183, 0, 5153674.616673024, 3368869.07612232, 1659048.1064715665, 1 ], "boundingVolume": { "region": [ 119.95936855744625, 31.680633143240144, 119.95958835404977, 31.681313337668144, -3, 30 ] }, "geometricError": 0, "refine": "ADD", "content": { "url": "kjc.b3dm" } } }

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PrincessGod/objTo3d-tiles/issues/44, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC76JRJAJW7SKQIXLGL4523UNRGWFANCNFSM5IU646YQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

neson6xd commented 2 years ago

Hi @Abelon38

Thank you for your reply. I've found my problem that longitude and latitude must to be radian but I used degree in customTilesetOptions.json. After change that, the model is located in the right place.

Abelon38 commented 2 years ago

Perfect!

But you have to add position manually?

Regards, Abel

Den ons 1 dec. 2021 07:42luxiaodao123 @.***> skrev:

Hi @Abelon38 https://github.com/Abelon38

Thank you for your reply. I've found my problem that longitude and latitude must to be radian but I used degree in customTilesetOptions.json. After change that, the model is located in the right place.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PrincessGod/objTo3d-tiles/issues/44#issuecomment-983336663, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC76JROV7TQL56KHN56JUITUOW7VDANCNFSM5IU646YQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.