fbx.js

June 11, 2017 ยท View on GitHub

Javascript library for reading and writing FBX files

Examples

Examples are in src/bin/ folder.

  • fbxdump - dumps fbx file as json to stdout
  • fbxcopy - copies file specified with --from arg to --to arg, optionally deduplicating node with -d

Building

yarn install
yarn build