fbx-gltf-pipeline
v0.1.0
Published
## Install
Downloads
5
Readme
fbx-gltf-pipeline
Install
npm install -g fbx-gltf-pipeline
CLI Usage
Usage: fbx-gltf-pipeline <src> [options]
Options:
-V, --version output the version number
-o, --out <out> The directory to output the file.
-c, --components <components> The path to the components json file
-u, --unlit Use KHR_materials-unlit.
-h, --help output usage information
Components JSON Format:
fbx-gltf-pipeline <src> -c components.json
{
"scenes": {
"Root Scene": {
"loop-animation": {
"clip": "idle_eyes"
}
}
},
"nodes": {
"Head": {
"scale-audio-feedback": ""
}
}
}