如何为Silverlight 5制作3D模型?

发布于 2024-11-06 13:07:05 字数 387 浏览 0 评论 0原文

我是一名 .NET Web 开发人员,我对 3D 还一无所知。在 Silverlight 5 3D API 中,您通过代码在屏幕上绘制内容,没有用于 3D 对象/模型的 XAML,我想知道 3D 开发人员如何制作酷炫复杂的动画 3D 游戏和场景,如 SL5 3D“Windows Cafe”演示?用什么软件来绘制模型并制作灯光效果等?如何导入模型?如何为它们设置动画?我只想知道头条新闻/基础知识。

现在,在 Silverlight 2D 中,实践很清晰,我们使用 Expression Blend/Design 绘制所有内容,或从 Adob​​e Illustrator 将图形导入为 XAML,然后使用代码和/或 SL 内置动画来为 XAML 元素设置动画。使用 Silverlight 5 制作 3D 相当于什么?

谢谢。

I'am a .NET web developer, I really do not know anything about 3D yet. In Silverlight 5 3D API you draw stuff on the screen by code, no XAML for the 3D Objects/Models, I am wondering how 3D developers can make that cool sophisticated animated 3D games and scenes like the SL5 3D 'Windows Cafe' demo? which software is used to draw the model and make that light effects.. etc? how to import the models? how to animate them? I just want to know headlines/basics.

Now in Silverlight 2D the practices are clear, we draw everything with Expression Blend/Design or import graphics from Adobe Illustrator as XAML, then we use code and/or SL built-in animations to animate the XAML elements. What are the equivalents to make 3D with Silverlight 5?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼眸 2024-11-13 13:07:05

大多数 3D 建模应用程序支持大量导出格式。 XNA 使用大多数建模工具都支持的 .X 格式。

查看本教程

Most 3D modeling applications support a huge number of export formats. XNA uses the .X format which is supported by most modeling tools.

Have a look at this tutorial

原谅过去的我 2024-11-13 13:07:05

对于从 Silverlight 导入 .OBJ,请阅读这篇文章: http://silverlight.bayprince.com/tutorials .php?tutorial=11

在该文章的第 2 部分,他们还展示了如何加载纹理: http://silverlight.bayprince.com/tutorials.php?tutorial=13

在左侧边栏,他们似乎有更多关于 Silverlight 3D 的文章,可能会很有趣

for .OBJ import from Silverlight read this article: http://silverlight.bayprince.com/tutorials.php?tutorial=11

at part 2 of that article they also show how to load textures: http://silverlight.bayprince.com/tutorials.php?tutorial=13

at the sidebar on the left, they seem to have more articles on Silverlight 3D that may be interesting

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文