在C#中实现Opengl,有很多很好的第3方库可以使用,这里列举2个。
(1)CsGL
http://csgl.sourceforge.net/index.html
名气较大的opengl库,有稳定版本。目前有多个3D引擎项目使用的这个库。
(2)CSopenGL
http://sourceforge.net/projects/csopengl/
有较详细的文档和例子.
CSopenGL的一个例子(我在VS2005上编译)
在C#中实现Opengl,有很多很好的第3方库可以使用,这里列举2个。
(1)CsGL
http://csgl.sourceforge.net/index.html
名气较大的opengl库,有稳定版本。目前有多个3D引擎项目使用的这个库。
(2)CSopenGL
http://sourceforge.net/projects/csopengl/
有较详细的文档和例子.
CSopenGL的一个例子(我在VS2005上编译)