Hello,
I need to write an app using VS .Net 2005 and C#, and I'd like to use OpenGL. Can someone tell me what the best way to accomplish this is? I've looked at CsGL, but it looks outdated. Has anyone used Tao?
Thanks very much for your help,
Sutt
Loading
Mahesh ChandPosted Sep 15, 2009, 11:58 AM
This is my third article about OpenGL and this one is about texture mapping.
I m glad to be the first one writing about OpenGL at this site. What I want to show you in this article is that it is fairly easy to setup a form that is capable of showing 3D.
In this article I want to explain couple of more things. First of all, I would like to cover the OpenGL Coordinate System.
For my fourth year computer graphics course I wrote a little 3D engine using C# and the .NET platform.