multiformat-model-viewer

Loader and viewer for models in several formats such as glTF, FBX, and Collada. Additional formats can be easily added.

3d-graphics · 3d-models · collada · fbx · fbx-parser
入门
GitHub在线演示
Stars:19
License:未知
更新:2025/10/20

README

Three.js Multiformat Model Viewer

Loader and viewer for models in several formats.

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

  • FBX
  • glTF
  • Collada

Any other three.js loaders can be easily added. Pull request welcome!

Supported Image Formats

  • All standard formats (PNG, GIF, JPG, etc.)
  • DDS

Export Functions

Once you have loaded a model, you can export an animation clip as JSON, or the entire model as glTF.

Limitations/issues

  • Color management is incorrect
  • Environment maps are incorrect (should use PRMREM)

License

All code is MIT licensed, do whatever you like with it and have fun :)