I need to display and manipulate data in 3D in winforms or WPF application. It may look somethi开发者_开发技巧ng like this:
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
精彩评论