I am looking for a simple 3D drawing API for .net. The shapes I need to draw开发者_如何学JAVA are:
Hollow Cylinders Hollow Spheres Hollow Cubes 3D lines 3D text to annotate the shapes
The functionality I am looking for is basic pan, rotate and zoom capabilities.
Any help would be appreciated.
I think you want to look at WPF (window Presentation Foundation, XAML) http://msdn.microsoft.com/en-us/library/ms747437.aspx
I'll add to the list the library from Charles Petzold
There are some pre-packaged objects, such as a HollowCylinderMesh, various sphere and box objects, and teapots. Might be worth a look if only to see how they are coded.
精彩评论