-
OPENGL源程序,比较不错的。让大家共享一下
OPENGL源程序,比较不错的。让大家共享一下-OPENGL source to compare well. Let everyone share what
- 2022-02-05 12:01:01下载
- 积分:1
-
A VC with opengl and prepared to launch missile animation.
一个用opengl和VC编写的发射导弹的动画。-A VC with opengl and prepared to launch missile animation.
- 2022-02-06 00:12:40下载
- 积分:1
-
云雾特效制作
云雾特效制作--仅包含源码(包含完整的VC++使用的所有文档,可一直接打开运行)-cloud effects produced-- contains only the source code (including the use of VC integrity of all documents, can open a direct operation)
- 2023-01-28 06:45:03下载
- 积分: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
-
graphic image processing projector
图形图像中的投影处理-graphic image processing projector
- 2022-01-25 20:45:26下载
- 积分:1
-
that the procedure was opengl procedures, mainly on how many texture mixed use!
该程序是opengl程序,主要是介绍多个纹理如何混合使用!-that the procedure was opengl procedures, mainly on how many texture mixed use!
- 2022-11-29 13:45:04下载
- 积分:1
-
GPS3D is a group of tools that can be used for processing GPS data on PC. One sp...
GPS3d 是一组可以从PC机处理GPS的工具,一个良好的功能是可以通过OpenGL,3D纹理映射模型查看GPS数据-GPS3D is a group of tools that can be used for processing GPS data on PC. One splendid function of the tool is that it can examine GPS data through texture mapped 3D model by use of OpenGL.
- 2022-01-30 18:29:03下载
- 积分:1
-
三维地形侵蚀模拟
一个基于OpenGL的做的三维地形侵蚀效果模拟,模拟出地形表面的水流以及水流对地形产生的侵蚀效果。
- 2022-03-09 21:44:25下载
- 积分:1
-
本程序是基于vc的opengl编程,重点开发了对三维物体局部放大,并且通过多视图显示的功能,有一定的参考价值。...
本程序是基于vc的opengl编程,重点开发了对三维物体局部放大,并且通过多视图显示的功能,有一定的参考价值。-this program is based on the opengl vc programming, focusing on the development of three-dimensional objects partial amplification, and through multi-view show that the function is a certain reference value.
- 2022-01-25 23:16:56下载
- 积分:1
-
opengl游戏编程 书中的实例代码的第二章
opengl游戏编程 书中的实例代码的第二章-opengl game programming book, the second chapter of the code examples
- 2022-03-26 05:02:18下载
- 积分:1