-
BMP Loading OpenGL Code
BMP Loading OpenGL Code
- 2022-08-09 02:11:22下载
- 积分:1
-
vc、opengl编写的迷宫游戏 包含源码和执行程序 用方向键控制走出迷宫...
vc、opengl编写的迷宫游戏 包含源码和执行程序 用方向键控制走出迷宫-vc, opengl games prepared by the Maze contains source and implementation of procedures used to control the direction keys out of the maze
- 2022-07-15 00:07:13下载
- 积分:1
-
Opengl正方形平移
一个简单点的正方形 ,按键盘“w”"s""d""w"移动它的上下左右 用Opengl写的正方形 也会用到swich语句,可以自由更改颜色
- 2022-01-25 19:08:23下载
- 积分:1
-
Visual C++ 高级编程技术OpenGL篇
Visual C++ 高级编程技术OpenGL篇-Visual C programming OpenGL chapter
- 2023-01-20 02:25:03下载
- 积分:1
-
学习opengl中的堆栈操作,适合于初学者
学习opengl中的堆栈操作,适合于初学者-Study of the opengl stack operation, suitable for beginners
- 2023-04-09 07:50:33下载
- 积分:1
-
编程环境为VC,结合OpenGL,实现了飞机在虚拟场景中的漫游。可以自动漫游,也可以键盘控制漫游方向。...
编程环境为VC,结合OpenGL,实现了飞机在虚拟场景中的漫游。可以自动漫游,也可以键盘控制漫游方向。-Programming environment for the VC, combined with OpenGL, the realization of the plane in a virtual scene roaming. Automatic roaming, roaming can also control the direction of the keyboard.
- 2022-03-05 20:17:20下载
- 积分:1
-
OpenGL 纹理测试
本代码主要适合OpenGL的初学者,对一些纹理测试的理解。
- 2022-02-06 17:35:27下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-09-23 15:30:02下载
- 积分:1
-
利用MFC开发的OpenGL开发包!
利用MFC开发的OpenGL开发包!-the developing packed is developed by MFC.
- 2022-02-15 10:59:25下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1