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 200
#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 procedures how to develop the five basic methods, how to join the two-dimensional texture of the polygon.
2022-03-22 05:39:14下载
积分:1
这是OpenGL普遍教程的前三章基础的内容,自己敲的印证代码,对于初学者有一定的借鉴作用。...
这是OpenGL普遍教程的前三章基础的内容,自己敲的印证代码,对于初学者有一定的借鉴作用。-This is a tutorial of the first three chapters the general OpenGL-based content, as clearly demonstrated by knocking their own code, for a certain reference for beginners.
2022-05-16 01:22:08下载
积分:1
关于CT断层图 像 三维重建中体绘制技术研究与应用的毕业论文
关于CT断层图像三维重建中体绘制技术研究与应用的毕业论文-About three-dimensional reconstruction of CT images in volume rendering technology research and application of the thesis
2022-11-03 18:05:03下载
积分:1
a polygon display MFC OpenGL example Tessellation
一个展示 MFC OpenGL 多边形Tessellation 的例子-a polygon display MFC OpenGL example Tessellation
2022-03-02 20:39:54下载
积分:1
绝对原创的鼠标控制代码 资源消耗量做到了绝对够小
绝对原创的鼠标控制代码 资源消耗量做到了绝对够小-Absolutely original code of the mouse to control consumption of resources to achieve a small enough absolute
2022-01-23 11:16:17下载
积分:1
著名的Nehe的OpenGL教程的VC++配套源码1-10课,适合OpenGL的初学者,作者在程序中已详加注释...
著名的Nehe的OpenGL教程的VC++配套源码1-10课,适合OpenGL的初学者,作者在程序中已详加注释-This is NeHe OpenGL Tourial source code from 1 to 10 with mach comment!
2022-03-31 21:45:59下载
积分:1
STL三维打印
该代码主要是基于Qt平台的,以C++语言编程来写的三维建模和切片软件,读入STL文件进行显示,移动,放大,缩小灯操作的
2023-07-18 06:35:04下载
积分:1
计算机仿真,利用OpenGL建立计算机可视化模型EMB…
计算器模拟,用opengl建立计算器的可视化模型,体现opengl的图形功能!-Calculator simulation, using opengl establish calculator visualization model embodies opengl graphics!
2022-07-07 02:04:10下载
积分:1
SIFT特征点匹配-图 像 处理与3D重建
1.1 定义
尺度不变特征转换(Scale-invariant feature transform或SIFT)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe在1999年所发表,2004年完善总结。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
2023-07-25 20:40:02下载
积分:1
opengl vc++ 代码 爆炸
用opengl以c++语言来编写的关于图像爆炸的代码,里面有主要图片两张,基本的粒子组成由LoadOBJ,MainFrm,MyExplosion,myExplosionDoc,MyExplosionView,MyText,等的文件。
2023-08-25 00:20:04下载
积分:1