bertt / mapbox_3dtiles_samples

Samples of MapBox JS + 3D Tiles
MIT License
59 stars 11 forks source link

use which tool convert gltf to 3dtiles or b3dm #5

Open gisonjourney opened 2 years ago

gisonjourney commented 2 years ago

hello,could you told me which tool can convert gltf to 3dtiles or b3dm that can be added by mapbox_3dtiles

bertt commented 2 years ago

Hi you can take a look at https://github.com/bertt/b3dm.tooling , the pack option takes a glb (binary glTF) and creates a b3dm.

For a more complete description how to get 3D Tiles you can follow https://github.com/Geodan/pg2b3dm/blob/master/getting_started.md

gisonjourney commented 2 years ago

@bertt as i know , this tool can only convert shp into 3dtiles or b3dm

bertt commented 2 years ago

b3dm.tooling - pack option has glb as input, output b3dm

gisonjourney commented 2 years ago

b3dm.tooling - pack option has glb as input, output b3dm

now i want it be 3dtiles , could you give me some suggestion?