-
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
-
VB中OpenGL显示地球
VB中用Opengl画地球VB工程,OPENGL的初始化,OpenGL VB函数包;
- 2023-04-15 08:30:04下载
- 积分:1
-
机器人手的闪电和一些额外的影响。
Robot Hand with Lightning and some additional affects.
- 2022-03-01 10:23:47下载
- 积分:1
-
《Visual C++ OpenGL 应用程序开发》光盘内容,对于学习OpenGL很有用...
《Visual C++ OpenGL 应用程序开发》光盘内容,对于学习OpenGL很有用-《Visual C++ OpenGL application development》 CD-ROM content, is useful for learning OpenGL
- 2022-10-27 01:25:03下载
- 积分:1
-
烟雾模拟仿真,由粒子模型生成,添加动态风的效果
烟雾模拟仿真,由粒子模型生成,添加动态风的效果-Smoke simulation, generated by the particle model, add the dynamic effect of wind
- 2022-03-31 22:15:31下载
- 积分:1
-
在opengl下用贴图的方式绘制菜单项,虽然纹理数据是从文件中读取的,但也可跟着他的方法自己对纹理进行贴图。...
在opengl下用贴图的方式绘制菜单项,虽然纹理数据是从文件中读取的,但也可跟着他的方法自己对纹理进行贴图。-in opengl under way with textures mapping menu items, although the texture data is read from the document, However, it can be with his own method of texture mapping.
- 2022-06-15 08:50:08下载
- 积分:1
-
OpenGL 虚拟地景生成系统
OpenGL 虚拟地景生成系统,比较简单,初学
- 2023-01-31 21:50:04下载
- 积分:1
-
VC、Opengl编写的屏幕保护程序 包含源码和执行程序 表现了三维手电筒的旋转...
VC、Opengl编写的屏幕保护程序 包含源码和执行程序 表现了三维手电筒的旋转-VC, Opengl prepared by the screen contains the source code and the procedures for implementation of 3D performance of the rotating flashlight
- 2022-05-07 22:26:07下载
- 积分:1
-
opengl基础入门
我们大学图形学教授所做课程设计学案,其中包括内置函数,动画,键盘输入控制,鼠标空竹,光源,纹理映射等多种主要函数,代码,教案齐全,对初学者十分有帮助。
- 2022-09-07 03:45:04下载
- 积分:1
-
VC6.0 used to create a Bezier curve drawing, the initial application
使用VC6.0创建一个绘制Bezier曲线的工程,初级应用-VC6.0 used to create a Bezier curve drawing, the initial application
- 2022-01-24 09:58:21下载
- 积分:1