3.7.12

How to get and install an OpenGL wrapper for .NET


 Reference : http://edndoc.esri.com/arcobjects/9.2/NET/0b0cb380-490e-4c8e-829d-d8083967387b.htm

Download and include CsGL-OpenGL.NET library

  1. In your Web browser, navigate to the download site of the CsGL-OpenGL.NET library. The download site's URL is:
    http://sourceforge.net/project/showfiles.php?group_id=33241&package_id=38395.
  2. 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:






















 Add a using directive in your code. See the following:
 
[C#]
using CsGL.OpenGL;



Here is the latest version of installation from my knowledge,


Unzip the installable and goto libinstall and click the batch file.



Register the dll file in gac


 Cheers,
Venkatesan Prabu. J