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.dae
To run from this project:
yarn install
ts-node src/index.ts sourceFile.dae outputFile.dae
yarn build
node dist/index.js
This project was created using bun init
in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.