Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yamahigashi/FBXLoaderJS

*This repo gone inactive* FBX loader written in Javascript without autodesk's FBX SDK ( for ThreeJS)
https://github.com/yamahigashi/FBXLoaderJS

Last synced: 3 months ago
JSON representation

*This repo gone inactive* FBX loader written in Javascript without autodesk's FBX SDK ( for ThreeJS)

Awesome Lists containing this project

README

        

## FBXLoader for ThreeJS

FBX loader written in Javascript, without autodesk's FBX SDK.
This is a very experimental script for my WebGL/Threejs exploration, please use under consideration.
there are many missig features and issues. Just fork this.

![XSI Man](https://raw.githubusercontent.com/yamahigashi/FBXLoaderJS/master/ss_threejs.gif)

## supported fbx

* FBX version 7
* ASCII format

## supported feature

* mesh
* bone
* skinning
* normal / uv map

## not support

* material
* texture
* morph

---

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License)