图形学
msforever
普适计算,人机交互,到底好不好呢???
展开
-
各种图像处理类库的比较及选择(The Comparison of Image Processing Libraries)
rt The Comparison of Image Processing Libraries原创 2012-02-15 21:23:35 · 163 阅读 · 0 评论 -
C#的OpenGL开发
用第三方插件是CSGL,其官方网站为:http://csgl.sourceforge.net/ 关键是使用其提供的两个DLL:csgl.dll 和 csgl.native.dll,csgl.dll是开发使用的,在一个C#工程中,用“项目”->“添加引用”->“浏览”找到 csgl.dll 引用。然后把两个dll都放到程序目录在运行时使用。 在需要使用OpenGL函数的cs文...原创 2012-08-07 07:41:07 · 204 阅读 · 0 评论 -
在VS2010下配置VC++ Directories
1:可以 在“class View” 面板 -> 右键 工程 -> 属性 -> VC++ Directories ; 但是这种方法配置的事当前工程; 2:任意建立一个MFC工程, “Property Manager” 面板 -> Debug | Win32 (Release| Win32) -> Microsoft.Cpp.Win32.use...原创 2012-08-07 08:29:22 · 242 阅读 · 0 评论 -
OpenGL Basics
Hi and welcome back to one more article about OpenGL. Last time we created a Windows Forms application with an OpenGLControl on it so our OpenGL could draw a box. In this article I want to explain cou...原创 2012-08-09 06:38:46 · 220 阅读 · 0 评论