CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.68k stars 303 forks source link

New demand #227

Closed simonasdmd closed 4 years ago

simonasdmd commented 4 years ago

Can you provide a way to convert to b3dm. It can be converted to gltf. Maybe we can add more functions.

OmarShehata commented 4 years ago

I think this would be outside the scope of this project. There does exist a tool to convert glb to b3dm here: https://github.com/AnalyticalGraphicsInc/3d-tiles-tools/tree/master/tools#glbtob3dm

For generally tiling an OBJ/other kind of model into 3D Tiles, I'd try out Cesium ion.

simonasdmd commented 4 years ago

@OmarShehata I have always used "obj23dfiles", but found that "obj23dfiles" is based on "obj2gltf". However, the obj2gltf it uses has not been updated for a long time. There are many problems, I am not able to update this part myself. So I want to ask "obj2gltf" if it can provide this function and update synchronously.