CesiumGS / gltf-pipeline

Content pipeline tools for optimizing glTF assets. :globe_with_meridians:
Apache License 2.0
1.91k stars 251 forks source link

Upgrades to eslint-cesium-config/node v9.0.0 #617

Closed sanjeetsuhag closed 2 years ago

sanjeetsuhag commented 2 years ago
ggetz commented 2 years ago

Thanks @sanjeetsuhag! Would you or @lilleyse be able to recommend a testing plan?

lilleyse commented 2 years ago

If the unit tests pass that should be good enough, though it doesn't hurt to run the CLI as well:

./bin/gltf-pipeline.js -i specs/data/2.0/box-textured-embedded/box-textured-embedded.gltf -o box.glb
ggetz commented 2 years ago

Looks great to me! Thanks @sanjeetsuhag and @lilleyse!