-
- 2022-01-25 21:51:32下载
- 积分:1
-
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
-
用vc++嵌入opengl组件实现三维显示和一般分析功能!
用vc++嵌入opengl组件实现三维显示和一般分析功能!-Vc++ with opengl embedded components to achieve three-dimensional display and analysis functions in general!
- 2023-08-18 18:35:05下载
- 积分:1
-
三维画图,包括非常复杂的三维重构技术实现
三维画图,包括非常复杂的三维重构技术实现-delphi draw 3d graphics
- 2022-06-16 13:21:46下载
- 积分:1
-
Commonly used to provide a series of inquiries opengl function, concise
提供opengl常用的一系列查询函数,简洁明了-Commonly used to provide a series of inquiries opengl function, concise
- 2022-03-06 23:24:08下载
- 积分:1
-
此源代码介绍了利用图形控件的方法,是OPENGL的初学者的一个很好的事列...
此源代码介绍了利用图形控件的方法,是OPENGL的初学者的一个很好的事列-this source code introduced to the use of graphical controls, the beginners OpenGL is a good thing out
- 2022-08-17 23:52:16下载
- 积分:1
-
小球自由下落
可以实现小球的自由落体动作 就是这样的使用了OpenGL库函数
- 2022-08-15 15:49:54下载
- 积分:1
-
openGl绘制自动旋转水杯
本程序实现的是一个简单的openGl程序,绘制红蓝两种颜色的水杯模型,并错开一定距离显示,实现水杯的自动旋转功能,配置好opengl环境后源程序在vs2010能够编译运行,且源代码中对opengl函数作出相关注释,是一个比较好的opengl入门级学习资料
- 2023-06-15 00:00:53下载
- 积分:1
-
内含两个文件,一个是键盘钩子程序,另外一个是程序界面
内含两个文件,一个是键盘钩子程序,另外一个是程序界面-intron 2, is a keyboard hooks, and the other one is a procedural interface
- 2022-01-26 03:11:58下载
- 积分:1
-
非常好的小程续,看了就知道啦,我很喜欢的,希望大家也下啊,一起学习...
非常好的小程续,看了就知道啦,我很喜欢的,希望大家也下啊,一起学习-very good small-added and read it know, I like, I hope, we are under ah and learning
- 2022-12-29 19:10:03下载
- 积分:1