3dtiles icon indicating copy to clipboard operation
3dtiles copied to clipboard

unclear what does it do

Open Rakiah opened this issue 2 years ago • 3 comments

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 ?

Rakiah avatar Oct 13 '22 14:10 Rakiah

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

onsummer avatar Oct 13 '22 14:10 onsummer

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

Rakiah avatar Oct 13 '22 15:10 Rakiah

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

fanvanzh avatar Oct 14 '22 02:10 fanvanzh