looeee / gltf-converter

Convert models from a variety of formats to GLTF
https://gltf-converter.lewy.blue/
54 stars 8 forks source link
3d-graphics 3d-models collada converter fbx gltf loader textures threejs threejs-loader webgl webgl2

GLTF Exporter

This app allows to you allows you to convert to glTF format version using the three.js GLTFExporter.

Instructions

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

Supported formats:

Upload any textures alongside the model in JPG, PNG, GIF, BMP format ( just upload all the files at the same time and the converter will handle the rest ).

Not all three.js loaders have been implemented, however adding a new one is quite simple. Pull requests are welcome, or open an issue if you need a loader added.

Limitations

All conversion happens on your PC, at no point are any models or textures uploaded to my server or stored in any way.