问题描述
我要学习微软Windows .NET环境中的3D节目。我最好的.NET语言是VB.NET。
I want to learn 3D programming within the Microsoft Windows .NET environment. My best .NET language is VB.NET.
我的目标是能够创造的三维图像只。我不想创建3D视频或3D游戏。
My aim is to be able to create 3D images only. I do not want to create 3D videos or 3D games.
书籍或在线资源,适合于VB.NET用户喜欢我任何建议?
Any suggestion of books or online resources that are suitable for VB.NET users like me?
更新:
我什么都不知道3D编程,只在2D图形编程经验有限.NET下
I know nothing about 3D programming and only have limited experiences in 2D graphics programming under .NET
我可以在所有版本的VB.NET和Visual Studio(2003-2010)
I can work in all versions of VB.NET and Visual Studio (2003-2010)
推荐答案
如果您使用的是最后一个Visual Studio和你并不需要一个先进渲染,那么你可以跳过DirectX中使用XNA(3D引擎窗口和XBOX),您可以使用WPF和XAML Viewport3D对象和三维对象。
If you are working with last visual studio and you don't need an advancedrendering, then you can skip use of XNA (3D engine in directx for windowsand XBOX), you can use WPF and XAML Viewport3D object and 3D objects.
下面一些例子:
http://msdn.microsoft.com/en-us/library/ ms747437.aspx
http://kindohm.com/technical/WPF3DTutorial.htm
http://www.wpftutorial.net/IntroductionTo3D.html
这篇关于对于VB.NET程序员3D资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!