开发者

"This model does not contain a SkinningData tag." exception

开发者 https://www.devze.com 2023-04-11 11:21 出处:网络
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 )

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

0

精彩评论

暂无评论...
验证码 换一张
取 消