All Questions
2 questions
2
votes
1
answer
225
views
XNA partially extending the content pipeline using a ModelContent
I am trying to extend XNA's content pipeline in order to import a model in .obj format (a very simple and text-based format, see here for details). Writing a full extension library seems like an ...
1
vote
1
answer
475
views
XNA 4.0 Refresh AudioEngine, WaveBank and Others Not Found
I'm going through the Learning XNA 4.0 book, and unfortunately I installed XNA 4.0 refresh. All the code up until now has worked, with the exception of me needing to remove the Framework.Net and ...