fanvanzh / 3dtiles

The fastest tools for 3dtiles convert in the world!
Apache License 2.0
1.94k stars 591 forks source link

unclear what does it do #242

Open Rakiah opened 1 year ago

Rakiah commented 1 year ago

Hello, i'm not sure what does the tool do, could you help

it says convert to 3d tiles but there is no tileset.json generated after creation ?

also we can only convert to gltf/glb but no b3dm ?

onsummer commented 1 year ago

This project provide an executable binary release file, which can use in command line, see more usage details from README.

About no tileset.json after creation, can you check about it? @fanvanzh

Rakiah commented 1 year ago

following command was used: 3dtile.exe -f gltf --input model.2.obj --output data/model.glb

provides me just with a model.glb file, no tileset

does it do mesh splitting and automatic LOD ? as such I suppose there should be multiple glb files or b3dm files

fanvanzh commented 1 year ago

convet obj files into 3dtiles, not support now. this project only support convert osgb into 3dtiles.