Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 433 Bytes

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