Loader and viewer for models in several formats.
Clone/download the repo. Node.js and NPM are required.
Run this command once.
> npm install
Then run this command to build code and start the server.
> npm start
Any other three.js loaders can be easily added. Pull request welcome!
Once you have loaded a model, you can export an animation clip as JSON, or the entire model as glTF.
All code is MIT licensed, do whatever you like with it and have fun :)