“This model does not contain a SkinningData tag.” exception

女生的网名这么多〃 提交于 2019-12-11 07:09:39

问题


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 exported properly, but it doesn't work after using model from their site.

I will be thankfull for any help.


回答1:


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



来源:https://stackoverflow.com/questions/7697413/this-model-does-not-contain-a-skinningdata-tag-exception

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!