-
graphic image processing projector
图形图像中的投影处理-graphic image processing projector
- 2022-01-25 20:45:26下载
- 积分:1
-
茶壶绘制
茶壶绘制-Drawing teapot
- 2022-02-06 12:02:52下载
- 积分:1
-
OpenGL红宝书(第三版)例子代码:太阳系代码
OpenGL红宝书(第三版)例子代码:太阳系代码-Little Red Book OpenGL (third edition) example code: the solar system code
- 2022-01-21 03:08:35下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
用OpenGL开发的机械臂运动仿真程序
用OpenGL开发的机械臂运动仿真程序,并且实现机械手臂向四个方向的旋转。
- 2023-02-26 01:25:04下载
- 积分:1
-
opengl小程序
关于3d俄罗斯方块的一个opengl的源代码,小程序很精美很好玩。不是原创的,在网上找的,与大家分享
- 2023-03-15 11:05:03下载
- 积分:1
-
是对open gl的实例,以供大家参考,不正之处请多多指教
是对open gl的实例,以供大家参考,不正之处请多多指教-open gl
- 2022-08-22 08:17:28下载
- 积分:1
-
with vc and OpenGL 3D real
用vc++和OpenGL实现三维地形实时动态显示-with vc and OpenGL 3D real-time dynamic display of terrain
- 2022-04-11 07:37:49下载
- 积分:1
-
讷河
nehe-opengl(10-15)
- 2022-05-15 13:23:34下载
- 积分:1
-
利用opengl生成水面和地形,能用键盘进行控制漫游效果。这个程序十分具有参考价值,生成的效果是非常不错的!...
利用opengl生成水面和地形,能用键盘进行控制漫游效果。这个程序十分具有参考价值,生成的效果是非常不错的!-use opengl generate topographic surface and can use the keyboard to control the roaming effect. This procedure is very valuable, and the production was very good!
- 2023-05-15 08:50:03下载
- 积分:1