Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 389 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 389 Bytes

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

Building from source

  • Install the FBX SDK
  • 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