-
从NEHE改编的程序 适合新手看 NEHE里面多了很多窗口控制方面的程序 我把它全部剔除掉了 同样是新手 这样看起来比较方便!...
从NEHE改编的程序 适合新手看 NEHE里面多了很多窗口控制方面的程序 我把它全部剔除掉了 同样是新手 这样看起来比较方便!-NEHE adapted from the procedure more suitable for novice to see a lot of windows inside NEHE control programs I removed it all out the same way a novice looks more convenient!
- 2022-02-27 04:59:32下载
- 积分:1
-
opengl vc++ 代码 爆炸
用opengl以c++语言来编写的关于图像爆炸的代码,里面有主要图片两张,基本的粒子组成由LoadOBJ,MainFrm,MyExplosion,myExplosionDoc,MyExplosionView,MyText,等的文件。
- 2023-08-25 00:20:04下载
- 积分:1
-
扫雷,openGL.
操作:鼠标左右,鼠标中间键对应windows扫雷的左右同时按下,最大网格37*37(windows扫雷中级为16*16)
扫雷,openGL.
操作:鼠标左右,鼠标中间键对应windows扫雷的左右同时按下,最大网格37*37(windows扫雷中级为16*16)-Mine, openGL. Steps: the mouse around the mouse button between the left and right corresponding windows at the same time press the mine, the largest grid 37* 37 (windows mine Intermediate 16* 16)
- 2022-09-16 06:20:03下载
- 积分:1
-
多边形和圆的动画
1。图的边在视口的radius5宽度= 200高度= 200。最初的左侧和底部是50和50 theviewport。屏幕的宽度和高度分别为640和480。的两侧,将3边形initialnumber。在画边设置colorsaccording t值:A.布莱克:T>[ 0,0.25)B.红色:T>[ 0.25,0.5)C.绿色:T>[ 0.5,0.75)D.蓝色:T>[ 0.75,1 ]允许用户移动视口上,下,左、右使用键W,S,A和D。每个键将viewportby 10像素。如果用户按下鼠标右键然后得出n-gonusing gl_points和动画面数从3到32和从3回到32to。
- 2022-06-28 21:19:37下载
- 积分:1
-
Animation of swimming pool
Animation of swimming pool
- 2022-01-21 04:41:21下载
- 积分:1
-
VC++和openGL开发的实现RGB立方体与LUV空间的转化程序,我的一个作业,强烈推荐...
VC++和openGL开发的实现RGB立方体与LUV空间的转化程序,我的一个作业,强烈推荐-VC and the realization of development and luminance RGB cube space conversion procedures, one of my operations, strongly recommended
- 2022-06-19 13:19:14下载
- 积分: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
-
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
-
用OpenGL实现地形,包括3ds文件的读取、纹理贴图等等。
用OpenGL实现地形,包括3ds文件的读取、纹理贴图等等。-use OpenGL terrain, including 3ds document read, texture mapping, and so on.
- 2023-03-16 07:30:03下载
- 积分:1
-
这是一个openGL的机器人行走转圈的演示程序.有详细注释.
这是一个openGL的机器人行走转圈的演示程序.有详细注释.-This is a openGL walking robot moved around the demonstration program. Notes detail.
- 2022-08-26 12:28:40下载
- 积分:1