[3D-Tile-Tools]

Hi guys, thanks for your amazing tool for 3d tile!

Now I’m try to optimized b3dm file with optimizeB3dm in 3d-tiles-tool project but when run command to optimized, I just received an error:

TypeError: GltfPipeline.parseArguments is not a function!

can you help me to resolved this issues,

many thanks!

Ngoc Hung.

and when I updated version of gltf-pipeline in package.json , this issue has resolved but I have new issue :
Binary glTF version is not 1, my gltf was compressed with gltf-pipeline draco.

can you help me?

Vào Th 7, 8 thg 12, 2018 vào lúc 22:05 Ngọc Hùng Đỗ ngochung95.cntt@gmail.com đã viết:

I think 3D Tiles Tools is meant to run with the 1.0 version of glTF pipeline, unless you’re using the 2.0 branch (https://github.com/AnalyticalGraphicsInc/3d-tiles-tools/tree/2.0-tools/tools) which I think is still experimental.

So updating gltf-pipeline separately might be a problem. The other thing is that by default running something through gltf pipeline should automatically convert it from glTF 1 to 2.

Does downloading a clean copy of the 3d-tiles-tools repo, running npm install and then running optimizeB3dm not work for you?