gltf pipeline is a tool for gltf/glb/b3dm convert
./gltf_pipeline input_file output_file
input/output can be *.glb, *.gltf, *.b3dm
git clone --recursive https://github.com/fanvanzh/gltf_pipeline.git
cd gltf_pipeline
# build with gcc
sh build.sh
# or build with msvc
./build.bat
123