Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/yamahigashi/FBXLoaderJS
- Owner: yamahigashi
- License: mit
- Archived: true
- Created: 2015-12-25T08:26:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T03:47:54.000Z (about 8 years ago)
- Last Synced: 2024-07-11T00:21:23.982Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 609 KB
- Stars: 54
- Watchers: 5
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - yamahigashi/FBXLoaderJS - *This repo gone inactive* FBX loader written in Javascript without autodesk's FBX SDK ( for ThreeJS) (JavaScript)
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)