- 博客(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
351
转载 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
265
转载 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
320
转载 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
473
原创 NeHe OpenGL教程 第六课:纹理映射 代码
demo#include &amp;lt;windows.h&amp;gt; // Windows的头文件#include &amp;lt;glew.h&amp;gt; // 包含最新的gl.h,glu.h库#include &amp;lt;glut.h&amp;gt; // 包含OpenGL实用库HGLRC hRC = NULL; // 窗口着色描述表句柄HDC hDC = NULL; // Ope
2018-11-21 22:02:17
538
原创 一个c++时间显示器
#include &lt;iostream&gt;#include &lt;iomanip&gt;#include &lt;unistd.h&gt;#include &lt;time.h&gt;#include &lt;cstdio&gt;using namespace std;class Clock{public:Clock(ti
2018-08-01 19:57:56
1218
1
glut库,glew库,glfw库,glaux库
2019-02-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅