Tagged Questions
5
votes
2answers
2k views
Are there .NET bindings for Autodesk's FBX SDK?
I'm writing a tool in C# that needs to open FBX files (and the XNA content pipeline isn't a suitable solution). I note that Autodesk only provides it's FBX SDK as a C++ class library.
Before I write ...