使用 Silverlight 的 Windows Phone 7 中的 3D 模型
我必须做一个 wp7 应用程序,带有动态旋转的 3D 箭头。该应用程序将有很多操作系统菜单,因此最好的方法是使用 Silverlight。如何在 silverlight 中拥有 3D 对象?我有 Swift 3D 之类的工具来制作模型。它们生成 .xaml 代码,但是当我将该代码放入表达式混合器中时出现错误。
还有不同的做法吗?我有点失落,因为我是微软开发平台的新手。
I have to do a wp7 app with a 3D arrow rotating dynamically. The app will have alot os menus, so the best way is use Silverlight. How can I have a 3D object in silverlight? I have tools like Swift 3D to do the model. They generate .xaml code, but when I put that code in expression blender I have errors.
There are a different approach? I'm a little lost, because I'm new to Microsoft development platform.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以制作平面 2D 对象并使用透视变换将其转换为 3D。你会得到它称为 2.5D 投影。
这两篇文章应该对您有帮助:
http://netindonesia。 net/blogs/umifadilah/archive/2010/05/12/silverlight-3d-perspective-transform-on-windows-phone-7.aspx
http://pendsevikram.blogspot.com/2010/07/silverlight-on-mobile-3d-on-your.html
如果您需要完整的 3D 模型,我建议尝试 CodePlex 的 Silverlight 3D 引擎 Balder:http://balder.codeplex.com
主要开发人员最近写了一篇很好的 Coding4Fun 文章,可能会对您有所帮助:
使用 Balder 的 Silverlight 和 Windows Phone 7 魔方
You can make a flat 2D object and use a perspective transform, to transform it in 3D. You will get was it called a 2.5D projection.
These two posts should help you:
http://netindonesia.net/blogs/umifadilah/archive/2010/05/12/silverlight-3d-perspective-transform-on-windows-phone-7.aspx
http://pendsevikram.blogspot.com/2010/07/silverlight-on-mobile-3d-on-your.html
If you need full 3D models, I'd recommend to try the Silverlight 3D engine Balder from CodePlex: http://balder.codeplex.com
The main developer has recently written a good Coding4Fun article that might help you:
Rubik’s Cube for Silverlight and Windows Phone 7 using Balder
添加 3d 模型的最佳方法是 3dsmax 的 max2xaml 插件: http://max2xaml.codeplex.com/
和您可以使用工具Viewer3ds:
http://www.wpf-graphics.com/Viewer3ds.aspx
文章:
http://www.codeproject.com/KB/WPF/3dsToXaml.aspx
The best way to add 3d model is max2xaml plugin for 3dsmax: http://max2xaml.codeplex.com/
and you can use tool Viewer3ds:
http://www.wpf-graphics.com/Viewer3ds.aspx
Article:
http://www.codeproject.com/KB/WPF/3dsToXaml.aspx