fanvanzh / 3dtiles

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

unclear what does it do #242

Open Rakiah opened 2 years ago

Rakiah commented 2 years 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 ?

wewindy commented 2 years 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 2 years 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 2 years ago

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