开发者

Drawing 3d-graphics in WPF or winforms

开发者 https://www.devze.com 2023-03-06 02:57 出处:网络
I need to display and manipulate data in 3D in winforms or WPF application. It may look somethi开发者_开发技巧ng like this:

I need to display and manipulate data in 3D in winforms or WPF application. It may look somethi开发者_开发技巧ng like this:

Drawing 3d-graphics in WPF or winforms

What libraries I can use to achieve this goal?


Have a look at this link which is a nice tutorial about the System.Windows.Media.Media3D library, which is used in WPF.

Here are some useful links:

MSDN: System.Windows.Media.Media3D-Namespace

3D Game Development with XNA Framework


This came up as an answer to what I was looking for. However, I ended up using OpenTK -- an OpenGL control/wrapper for .NET version 2.0 and up (as well as Mono). http://www.opentk.com/doc/chapter/2/glcontrol

0

精彩评论

暂无评论...
验证码 换一张
取 消