next!=NULL) { temp=temp->next; glVertex2i(temp->x,temp->y); } glEnd(); }}/*findthepointanddeletethepointfromthelinearray*/voiddelpointFun(intxx,intyy){ for(inti=0;inext!=NULL) {&n-IMDN开发者社群-imdn.cn">
next!=NULL) { temp=temp->next; glVertex2i(temp->x,temp->y); } glEnd(); }}/*findthepointanddeletethepointfromthelinearray*/voiddelpointFun(intxx,intyy){ for(inti=0;inext!=NULL) {&n - IMDN开发者社群-imdn.cn">
首页 »
OpenGL图像 »
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
于 2022-01-31 发布
文件大小:2.17 kB
0 161
#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
下载说明:请别用迅雷下载,失败请重下,重下不扣分!
一个用opengl 编写的彩虹效果,其中用到了粒子系统
一个用opengl编写的彩虹效果,其中用到了粒子系统-opengl prepared with a rainbow effect, which uses a particle system
2022-07-05 09:40:46下载
积分:1
各种3D图 形的源码实现、旋转变化、挺漂亮的小程序
各种3D图形的源码实现、旋转变化、挺漂亮的小程序-err
2022-02-01 06:08:17下载
积分:1
Miner3D_viewer ActiveX control (for Miner3D game)
Miner3D_viewer ActiveX control (for Miner3D game)
2022-11-08 05:25:03下载
积分:1
C++显示ply文件
用来显示ply文件,ply是斯坦福大学开发的一种文件格式,用来保存三维的信息C-C++
2022-09-20 06:40:03下载
积分:1
3D绘图 示例程序
为学习OpenGL的朋友推荐,3D绘图的基础示例程序,基于VC++,OpenGL编写,用MFC搭建界面框架,该程序可用于演示用OpenGL生成的基本图形,如矩形,三角形,椭圆环,三次bezier曲面等图形的在三维欧式空间中的绘制和旋转。
2022-01-30 10:19:10下载
积分:1
运用Opengl和C实现一个人体面部的三维显示
运用Opengl和C实现一个人体面部的三维显示-Opengl and C use a human face to achieve the 3-D display
2022-11-20 13:05:03下载
积分:1
的方法来过滤你的纹理,简单的照明,键盘控制的例子
Examples of ways to filter your textures, simple lighting, keyboard control
2022-01-31 12:55:09下载
积分:1
VC++中Opengl实现建筑物虚拟漫游
VC++中Opengl实现建筑物虚拟漫游-VC++ Opengl realize the building virtual roaming
2022-01-21 19:39:03下载
积分:1
三维浏览器,opengl 开发,三维图 形,在VC++中使用OpenGL绘制典型曲面―编程爱好者网站...
三维浏览器,opengl开发,三维图形,在VC++中使用OpenGL绘制典型曲面―编程爱好者网站 -3D browser, opengl development, 3D graphics, the use of the VC OpenGL rendering typical surface-programming enthusiast site
2022-05-08 20:38:18下载
积分:1
opengl 的NEHE源码
此为48课程的源码,网址为中文NEHE教程网址
引用源网址的话:
所有DancingWind发表的内容,大多都来自共享的资源,所以我没有资格把它们据为己有,或声称自己为这些资源作出了一点贡献。故任何人都可以复制,修改,重新发表,甚至以自己的名义发表,我都不会追究,但你在做以上事情的时候必须保证内容的完整性,给后来的人一个完整的过程。最后,任何人不能以这些资料的任何部分,谋取任何形式的报酬。
2023-04-19 15:55:03下载
积分:1