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 148
#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环境下对MS3D文件进行加载
在OPENGL环境下对MS3D文件进行加载-OPENGL environment in documents loaded on MS3D
2022-01-28 00:34:29下载
积分:1
use the OpenGL Development Kit 1, and I hope to be helpful
利用MFC开发的OpenGL开发包1,希望对大家有帮助-use the OpenGL Development Kit 1, and I hope to be helpful
2022-04-13 01:59:25下载
积分:1
研究研opengl 的请参看以下程序
研究研opengl的请参看以下程序-Research Institute opengl See the following procedure
2022-02-26 02:28:02下载
积分:1
这是在OPENGL下开发的一款游戏源代码,效果很好。
这是在OPENGL下开发的一款游戏源代码,效果很好。-This is developed under OPENGL a game source code, very good.
2023-06-28 19:30:04下载
积分:1
opengl 2D Bitmap Texture Font例子
opengl 2D Bitmap Texture Font例子-opengl 2D Bitmap Font examples Texture
2022-06-01 01:55:23下载
积分:1
use OpenGL prepare a topographical data processing tool for the development, mai...
用OPENGL编写的一种地形数据文件处理工具的开发,主要是提取并显示DEM文件-use OpenGL prepare a topographical data processing tool for the development, mainly DEM extraction and display documents
2023-07-04 07:35:03下载
积分:1
这是一个利用vc与opengl 开发的旋转,爆炸,材质的程序。
这是一个利用vc与opengl开发的旋转,爆炸,材质的程序。-use vc with opengl development of the rotation, explosion, materials procedures.
2023-05-15 10:15:03下载
积分:1
robotics three arm manipulato
#包括;
2022-01-27 09:33:32下载
积分:1
OPenGL超级宝典的源代码,很好,适合初学者。1――5课
OPenGL超级宝典的源代码,很好,适合初学者。1――5课-OpenGL source code, good for beginners. 1-- 5 classes
2022-03-12 08:10:31下载
积分:1
opengl 实现置身于3D场景
OpenGL是行业领域中最为广泛接纳的 2D/3D 图形 API。 在该程序中,可以拖动鼠标,使场景旋转,就像置身于3D场景中 一样。在简单贴图之后,随着鼠标操作,制造炫目效果。
2022-03-07 04:05:09下载
积分:1