FBX2glTF/npm/tests
Pär Winzell 4b501431fe
License -> BSD (#186)
Relicense FBX2glTF as BSD.
2019-05-03 16:13:18 -07:00
..
models Mocha integration test suite (#150) 2019-01-25 16:01:08 -08:00
test License -> BSD (#186) 2019-05-03 16:13:18 -07:00
.npmignore Mocha integration test suite (#150) 2019-01-25 16:01:08 -08:00
README.md Mocha integration test suite (#150) 2019-01-25 16:01:08 -08:00
package.json Use gltf-validator that knows about KHR_lights_punctual. 2019-02-21 12:50:09 -08:00
tsconfig.json Mocha integration test suite (#150) 2019-01-25 16:01:08 -08:00
yarn.lock Use gltf-validator that knows about KHR_lights_punctual. 2019-02-21 12:50:09 -08:00

README.md

FBX2glTF Regression Suite

It's imperative that as we add new functionality to FBX2glTF and refactor code, that old behaviour does not change underfoot in unexpected and detrimental ways.

This is a very simple first beginnings of a test suite for converting FBX files and ensuring the consistency of the GLB. At present all we do is make sure that the generated GLB is valid. We will have to add other integrity checks here for the tests to accomplish what we intend.

We will also want to test the same file with a variety of command line switches, e.g. with Draco compression and different materials.

Setting up

We recommend using Yarn rather than NPM. Installation instructions can be found here.

yarn install

Running tests

yarn test