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

https://github.com/returnstring/managedfbx

A .NET wrapper for the Autodesk FBX SDK.
https://github.com/returnstring/managedfbx

Last synced: 5 months ago
JSON representation

A .NET wrapper for the Autodesk FBX SDK.

Awesome Lists containing this project

README

          

ManagedFBX is a .NET wrapper for Autodesk's FBX SDK, written in C++/CLI.

# Building from source

* Install the [FBX SDK](http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=10775847)
* Ensure that the ManagedFbx project is pointing at the correct library and headers for the SDK
* Build the solution and verify it's working correctly by running the sample project provided