自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (3)
  • 收藏
  • 关注

转载 NeHe OpenGL教程 第九课:移动图像 代码

#include <windows.h> // Windows的头文件 #include <glew.h> // 包含最新的gl.h,glu.h库 #include <glut.h> // 包含OpenGL实用库 #include <stdio.h> // 标准输入/输出库的头文件 #include <glaux.h> ...

2018-12-19 14:23:51 286

转载 NeHe OpenGL教程 第八课:混合 代码

#include <windows.h> // Windows的头文件 #include <glew.h> // 包含最新的gl.h,glu.h库 #include <glut.h> // 包含OpenGL实用库 #include <stdio.h> // 标准输入/输出库的头文件 #include <glaux.h> ...

2018-12-19 11:11:59 192

转载 NeHe OpenGL教程 第七课:光照和键盘 代码

#include <windows.h> // Windows的头文件 #include <glew.h> // 包含最新的gl.h,glu.h库 #include <glut.h> // 包含OpenGL实用库 #include <stdio.h> // 标准输入/输出库的头文件 #include <glaux.h> ...

2018-12-19 10:00:39 257

转载 glut.h

#ifndef __glut_h__ #define __glut_h__ /* Copyright (c) Mark J. Kilgard, 1994, 1995, 1996, 1998. */ /* This program is freely distributable without licensing fees and is provided without guarante...

2018-11-26 20:05:28 385

原创 NeHe OpenGL教程 第六课:纹理映射 代码

demo #include <windows.h> // Windows的头文件 #include <glew.h> // 包含最新的gl.h,glu.h库 #include <glut.h> // 包含OpenGL实用库 HGLRC hRC = NULL; // 窗口着色描述表句柄 HDC hDC = NULL; // Ope

2018-11-21 22:02:17 454

原创 一个c++时间显示器

#include <iostream> #include <iomanip> #include <unistd.h> #include <time.h> #include <cstdio> using namespace std; class Clock{ public: Clock(ti

2018-08-01 19:57:56 1095 1

linux,ubuntu换源 source.list,提高下载速度

linux,ubuntu换源 source.list,提高下载速度

2022-07-12

glut库,glew库,glfw库,glaux库

openGL的glut库,glew库,glfw库,glaux库文件,包含.dll,.h,.lib。包含.dll,.h,.lib。包含.dll,.h,.lib。

2019-02-21

glut+glew库 glut+glew库

openGL的glut和glew库文件,包含.dll,.h,.lib。具体使用方法自寻

2018-11-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除