-
我们将利用OpenGL API
We will draw as OpenGL API
- 2022-06-26 12:09:27下载
- 积分:1
-
OpenGL高级编程与可视化系统(高级编程篇…
OpenGL高级编程与可视化系统开发(高级编程篇)-8-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) 8
- 2022-02-15 22:11:03下载
- 积分:1
-
利用OPENGL编程开发的俄罗斯方块游戏,该游戏的玩法与玩的一般的俄罗斯方块没有区别...
利用OPENGL编程开发的俄罗斯方块游戏,该游戏的玩法与玩的一般的俄罗斯方块没有区别-use the OpenGL programming Tetris game, the rules of the game to play with the general made no distinction between the Russian ideographic
- 2023-01-28 23:10:03下载
- 积分:1
-
OpenGL interesting example of a simple procedure for beginners
OpenGL的例子程序
简单有趣
for beginners-OpenGL interesting example of a simple procedure for beginners
- 2022-02-14 03:44:11下载
- 积分:1
-
基于C++环境的OPENGL编程源码.
基于C++环境的OPENGL编程源码.-based on C programming environment OpenGL source.
- 2022-03-06 16:11:42下载
- 积分:1
-
在vc环境下显示二维飞机,可以实现旋转等操作,是学习opengl的一个基本程序构架。按键上、下、左、右可以实现功能。...
在vc环境下显示二维飞机,可以实现旋转等操作,是学习opengl的一个基本程序构架。按键上、下、左、右可以实现功能。-Vc environment shown in the two-dimensional plane rotation operation can be achieved, is a basic program to learn opengl framework. Button up, down, left and right function can be achieved.
- 2023-05-01 10:35:03下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
nukak3d
nukak3d-4.6.0的源代码,比较复杂的一个例子-nukak3d-4.6.0 source code, an example of more complicated
- 2022-03-05 01:46:00下载
- 积分:1
-
在VISUAL C++环境里的CONSOLE 程序
在VISUAL C++环境里的CONSOLE 程序-in the environment procedures CONSOLE
- 2022-03-23 14:46:23下载
- 积分:1
-
OpenGL中导入3ds模型的完成程序,不错的,给大家分享一下
OpenGL中导入3ds模型的完成程序,不错的,给大家分享一下-OpenGL into 3ds model of the procedure, yes, to share with you
- 2022-01-26 04:14:38下载
- 积分:1