
OpenGL
shen_wei
思想无限,创意无限。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WIN32 实现OPenGL显示源码
#include #include #include struct sample_MATERIAL{ GLfloat ambient[3]; GLfloat diffuse[3]; GLfloat specular[3]; GLfloat emission[3]; GLfloat alpha; GLfloat phExp; int texture;原创 2012-07-25 17:14:53 · 1956 阅读 · 0 评论 -
【opengL】glaux.h 库加载GlAux.lib的问题
加载的包: "glaux.lib" 如出现以下情况:1>Linking...1>glaux.lib(tk.obj) : error LNK2019: unresolved external symbol __imp__RegCloseKey@4 referenced in function _GetRegistrySysColors@81>glaux.lib(tk.原创 2012-08-13 16:29:16 · 3310 阅读 · 0 评论