An open API service indexing awesome lists of open source software.

https://github.com/zalo/gltfexporter

A one-off tool for turning .fbx's into .gltf's
https://github.com/zalo/gltfexporter

fbx fbx-loader gltf gltf-exporter

Last synced: 4 months ago
JSON representation

A one-off tool for turning .fbx's into .gltf's

Awesome Lists containing this project

README

          

# [GLTFExporter](https://zalo.github.io/GLTFExporter/)







Ultra-simple one-off tool for importing an .fbx, applying a texture to it, and exporting it as a .gltf.

Based on the [three.js GLTF Exporter](https://threejs.org/examples/?q=gltf#misc_exporter_gltf): https://github.com/mrdoob/three.js/blob/master/examples/misc_exporter_gltf.html

# Building

This toy can either be run without building (in Chrome/Edge/Opera since raw three.js examples need [Import Maps](https://caniuse.com/import-maps)), or built with:
```
npm install
npm run build
```
If building manually, make sure to edit the index .html to point from `"./src/main.js"` to `"./build/main.js"`.

# Dependencies
- [three.js](https://github.com/mrdoob/three.js/) (3D Rendering Engine)
- [esbuild](https://github.com/evanw/esbuild/) (Bundler)