xcode-collada is a commandline tool to prepare COLLADA files (.dae) so that Xcode
can happily load them. The tool will report the issues it is resolving, for those
curious as to issues you may face.
To run from your own project:
yarn init
yarn add xcode-collada
yarn run xcode-collada sourceFile.dae outputFile.daeTo run from this project:
yarn installts-node src/index.ts sourceFile.dae outputFile.daeyarn build
node dist/index.jsThis project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.