-
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
-
nehe的opengl教程第45课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第45课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 45th Division, nehe the tutorial is very well known, is essential for beginners
- 2023-03-21 21:05:04下载
- 积分:1
-
我上传的是基于OpenGL,在Delphi环境下运用的几个小程序,分别在文件夹1,2,3,4,5中,每个文件夹有程序的介绍(txt文件),切记要将glut32....
我上传的是基于OpenGL,在Delphi环境下运用的几个小程序,分别在文件夹1,2,3,4,5中,每个文件夹有程序的介绍(txt文件),切记要将glut32.dll文件拷贝到Windows的System目录下,程序才可运行!由于我还是高校学生,不会太难的程序,望站长酌情考虑-is based on OpenGL, the Delphi environment using a few small programs, in 1,2,3,4,5 folders, each folder on the procedures (txt file), should bear in mind glut32.dll copy the file to the Windows System directory procedures can run! Because I still college students, not too difficult procedures, as appropriate, consider looking head! ! Thank you! !
- 2022-01-25 19:07:48下载
- 积分:1
-
3DS document reader. Receivers also Enough of fast are you.
3DS文件读取程序。
啥也别说了,快下吧。
-3DS document reader. Receivers also Enough of fast are you.
- 2022-01-26 14:16:51下载
- 积分:1
-
with vc++ and borders to achieve a rainbow of simulation. In the world coordinat...
用vc++和borders实现了彩虹的模拟。在世界坐标系中使用的数学模型,有七色彩虹。
- 2023-07-18 16:55:03下载
- 积分:1
-
一个简单的OpenGL程序,代码不过百行,却实现了一个简单的OpenGl功能。...
一个简单的OpenGL程序,代码不过百行,却实现了一个简单的OpenGl功能。-A simple OpenGL program, code hundred lines, however, they realize a simple OpenGL functions.
- 2022-07-17 10:18:15下载
- 积分:1
-
这是一个关于OpenGL的漫游天地的程序,可心用键盘的四个方向来控制背景的图像的漫游显示...
这是一个关于OpenGL的漫游天地的程序,可心用键盘的四个方向来控制背景的图像的漫游显示-This is a heaven and earth on the OpenGL roaming procedure, Kexin use the keyboard to control the direction of the four background images display roaming
- 2022-02-06 09:01:58下载
- 积分:1
-
opengl3d粒子制作演示程序,包括源代码,可以学习实用,是cg游戏爱好者学习的好材料....
opengl3d粒子制作演示程序,包括源代码,可以学习实用,是cg游戏爱好者学习的好材料.-opengl3d particles produced demo programs, including source code, we can learn from practical, yes cg games lovers a good learning materials.
- 2023-01-21 10:10:04下载
- 积分:1
-
基于openGL的虚拟教室
一、 作业要求
用openGL制作一个虚拟教室。要求视角可变化,教室里的物品不少于五件。
二、 完成情况
我的openGL虚拟教室完成情况如下:
1、 绘制出的教室里的基本物体:黑板、讲台、投影仪、空调、门窗、音响、九张桌子、九张凳子等。虚拟教室整体看上去接近真实生活中的教室。
2、 添加了灯光和纹理效果:门窗以及空调均是用纹理贴出来的。使教室看起来更加生动形象。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-12 02:00:33下载
- 积分:1
-
利用OpenGL来进行的三维场景的绘制。
利用OpenGL来进行的三维场景的绘制。
-use OpenGL for the 3D scene rendering.
- 2023-01-07 16:00:03下载
- 积分:1