fbx-gltf-pipeline

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i fbx-gltf-pipeline

Weekly Downloads

1

Version

0.1.0

License

MPL-2.0

Unpacked Size

18.5 kB

Total Files

8

Last publish

Collaborators

  • robertlong