"This model does not contain a SkinningData tag." exception
I've been using tutorial from wikibooks, but I'm stuck at model rendering. ( http://en.wikibooks.org/wiki/Creating_a_Simple_3D_Game_with_XNA/Rendering_Your_Model ) When I try to compile, I get this exception: "This model does not contain a SkinningData tag.".
What I though about, is that model wasn't export开发者_如何学编程ed properly, but it doesn't work after using model from their site.
I will be thankfull for any help.
I figured it out! When you import your model into VS, right click on your model, go to properties and make sure that "SkinnedModelProcessor" is set for Content Processor.
That's it!
Cheers
精彩评论