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 it myself I thought I'd ask if anyone knows of existing .NET bindings for this SDK?
