Convert FBX files to glTF 2.0 using Facebook's converter.
- Clone this repository on your machine.
- Run
docker-compose build
- Run
docker-compose up -d
Then navigate to:
- http://localhost:3000 to access the web interface to upload FBX files to the service.
- Currently, only zipped FBX files with Embedded Media are supported.
- http://localhost:3000/queue to access the job queue.
To run the test suites:
- Bring up the Docker services (see installation steps above).
- Run
npm test
HTML test coverage can alternatively be generated using npm run generate:coverage
. The browsable test coverage results will be placed in the /coverage folder.