-
a rotating platform... a robo wid a missile
a rotating platform... a robo wid a missile
- 2023-02-20 02:05:04下载
- 积分:1
-
采用OpenGL API编写的一个多彩的立方体。
采用OpenGL API编写的一个多彩的立方体。-A color cube writed in OpenGL API.
- 2023-01-21 03:10:03下载
- 积分:1
-
OpenGL 将对象使用鼠标拖动
c + + 在 opengl 中的源代码
使用鼠标来移动一个对象
创一空窗口和一个绿色的矩形然后使用鼠标移动绿色矩形
- 2022-11-26 04:45:03下载
- 积分:1
-
图像处理程序OpenGL编程Chap04_CreatePrj.rar
图像处理程序OpenGL编程Chap04_CreatePrj.rar-Image processing procedures for OpenGL programming Chap04_CreatePrj.rar
- 2022-02-10 17:46:29下载
- 积分:1
-
opengl 场景绘制
opengl 绘制场景绘制 ,包括天空盒,房子,有门可自动开关,碰撞检测不能随意穿透墙体,光照包含室内室外的光照。
- 2022-05-09 10:17:59下载
- 积分:1
-
Opengl es 1.0 透明物体,混合
Opengl es 1.0 透明物体,混合-Opengl es 1.0 transparent objects, blend
- 2023-01-06 18:35:03下载
- 积分:1
-
The opengl
一个基于Delphi的Opengl程序,给出了使用一般Delphi开发Opengl的框架。-The opengl-based Delphi procedures, are given to use Delphi to develop a general framework for opengl.
- 2022-04-29 08:12:51下载
- 积分:1
-
使用OpenGL的一个小昆虫准备随机移动多媒体节目
一个用利用OpenGL编写的小虫子随机移动的多媒体程序-use OpenGL with a small insect prepared random mobile multimedia programs
- 2022-02-20 16:26:30下载
- 积分: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
-
c++/MFC 必要头文件,是学习openGL必要的头文件,可以看到源代码,方便使用...
c++/MFC 必要头文件,是学习openGL必要的头文件,可以看到源代码,方便使用-head file of c++,made for learning openGL,you need
- 2022-03-14 16:02:14下载
- 积分:1