/gltf_pipeline

gltf pipeline is a tool for gltf/glb/b3dm convert

Primary LanguageC++

gltf_pipeline

github action

gltf pipeline is a tool for gltf/glb/b3dm convert

usage:

./gltf_pipeline input_file output_file input/output can be *.glb, *.gltf, *.b3dm

build

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