简体   繁体   English

在WPF中将XNA游戏与3D模型集成

[英]Integration of XNA game with 3D model in WPF

We are trying to develop a Virtual dressing room using kinect. 我们正在尝试使用kinect开发虚拟更衣室。 We need add movement to the dress according to the persons skeleton point. 我们需要根据人的骨骼点向衣服添加运动。 I found some similar process http://www.codeproject.com/Articles/230540/Animating-single-bones-in-a-Blender-3D-model-with#SkinningSampleProject132 我发现了一些类似的过程http://www.codeproject.com/Articles/230540/Animating-single-bones-in-a-Blender-3D-model-with#SkinningSampleProject132

I need to embed this into a wpf control. 我需要将其嵌入到wpf控件中。 For the I found some article related to my problem http://blogs.msdn.com/b/nicgrave/archive/2011/03/25/wpf-hosting-for-xna-game-studio-4-0.aspx But in this they have just created and displayed the animation but there is no clue to embed a 3d model added game, inside a WPF; 对于我,我发现了一些与我的问题有关的文章http://blogs.msdn.com/b/nicgrave/archive/2011/03/25/wpf-hosting-for-xna-game-studio-4-0.aspx但是在此过程中,他们只是创建并显示了动画,但没有线索在WPF中嵌入添加3D模型的游戏。 or else I couldn't the point I don't know. 否则我不明白我的意思。

So, Is there any another way to add a XNA game with 3D model in wpf. 因此,是否还有其他方法可以在wpf中添加具有3D模型的XNA游戏。 any related article's suggestions modt welcomed. 欢迎任何相关文章的建议。

We can show a 3D model in WPF using view port, but for the kind of virtual dressing project to operate model with skeleton, that's better to go by XNA. 我们可以使用视口在WPF中显示3D模型,但对于使用框架操作模型的虚拟修整项目而言,最好使用XNA。 Though we can connect with WPF, few operation like moving the hand of the product is difficult in WPF comparatively with XNA. 尽管我们可以与WPF进行连接,但是与XNA相比,在WPF中很少有像移动产品的手这样的操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM