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.
- Host: GitHub
- URL: https://github.com/returnstring/managedfbx
- Owner: returnString
- License: other
- Created: 2012-07-10T13:22:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-01T10:55:11.000Z (over 13 years ago)
- Last Synced: 2025-04-07T17:51:29.303Z (10 months ago)
- Language: C++
- Size: 170 KB
- Stars: 43
- Watchers: 19
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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