Download and include the CsGL-OpenGL.NET library
To download and include the CsGL-OpenGL.NET library in your code, follow these steps:
- In your Web browser, navigate to the download site of the CsGL-OpenGL.NET library at:
http://sourceforge.net/project/showfiles.php?group_id=33241&package_id=38395. - Download csgl.1.4.1.dll.zip to your local drive and unzip it. See the following screen shot:
- Add a reference to the CsGL-OpenGL.NET library in your solution. See the following screen shot:
You will have to browse for the assembly, since it does not get registered in the global assembly cache (GAC); it does not have a strong name.
- Add a using directive in your code. See the following code:
using CsGL.OpenGL;
See Also:
How to draw a geographical object on the globe using direct OpenGL plug-inHow to draw mouse feedback on the globe using direct OpenGL plug-in