Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gwihlidal/fbx2json

A simple command-line utility to convert Autodesk FBX files to a custom JSON format.
https://github.com/gwihlidal/fbx2json

Last synced: 3 months ago
JSON representation

A simple command-line utility to convert Autodesk FBX files to a custom JSON format.

Awesome Lists containing this project

README

        

# fbx2json

A command-line utility to convert [Autodesk FBX](http://www.autodesk.com/developfbx) files to a custom JSON format, suitable for use in OpenGL/WebGL projects.

## Usage

```
fbx2json input.fbx output.js
```

## Dependencies

* [Autodesk C++ FBX SDK 2013.3](http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=10775847)
* [JsonBox](https://github.com/anhero/JsonBox)

## Documentation

* [Autodesk FBX Developer Center](http://www.autodesk.com/developfbx)
* [Autodesk FBX SDK Documentation](http://www.autodesk.com/fbx-sdkdoc-2013-enu)

## License

Copyright (c) 2013, Cameron Yule.

This project uses the Autodesk FBX SDK and JsonBox libraries, which are subject to separate license agreements.