Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Clgl instance, CSCL is OpenGL c # package
no vote
Clgl instance, CSCL is OpenGL c # package, using third-party plug-ins are CSGL, Key is to use the two DLL:csgl.dll and csgl.native.dll,csgl.dll are provided for development use, in a c # project, use the "project"-> "Add reference"-> "Browse" and navigate to csgl.dll for reference. Then put two DLL into the program directory at run time. Need to use OpenGL function cs file in the using statement, plus: using CsGL.OpenGL namespace, you can use static GL class call OpenGL functions and variables, such as GL.glRotatef OpenGL window is displayed, you need to create a control that inherits from the CsGL.OpenGL.OpenGLControl class, and do at least the following refactoring:
lucifer660129
2016-08-23
1
1
No more~