Click here to Skip to main content
15,896,259 members
Articles / Programming Languages / C#

rendering 3D lines in C#

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
7 Nov 2012CPOL 8.2K  
Hi,for a little application of mine I want to draw a 'wireframe' of connected cubes like this:http://quickscreen.eu/image.php?h=9824f5d035fd02dff47cbfbbb4df93e9[^](Sorry for my bad painting skills ;) )I'm looking for an easy 3d engine/class that can draw lines, circles or cubes or...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
7 Nov 2012Leonardo Paneque
I recommend using openGL first try starting with something simple like these links:http://www.developerfusion.com/article/3823/opengl-in-c/[^]http://www.developerfusion.com/article/3823/opengl-in-c/2/[^]since CSGL development was stopped, you might use OpenTK...

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions