0.1.0 • Published 6 years ago

fbx-gltf-pipeline v0.1.0

Weekly downloads
2
License
MPL-2.0
Repository
github
Last release
6 years ago

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": ""
    }
  }
}
0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago