Tagged Questions
0
votes
1answer
84 views
Content loading, Content processing and add processed file to a DataContainer?
I'm trying to create some kind of editor in Windows Forms for XNA and I was wondering if there's anyway to do this:
Load content (known types, like Model/SpriteFont/Effect/Texture) through ...
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 ...