-
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
-
Use opengl to realize the simulation of ocean, the effect is very real
利用opengl来实现对海洋的模拟,效果很真实-Use opengl to realize the simulation of ocean, the effect is very real
- 2022-03-22 08:27:31下载
- 积分:1
-
真实感图形学课程设计试验报告:用opengl编写一个简单的程序,实现景物绘制,简单光照以及纹理。...
真实感图形学课程设计试验报告:用opengl编写一个简单的程序,实现景物绘制,简单光照以及纹理。
-Realistic graphics, curriculum design test report: using opengl to prepare a simple procedure to achieve landscape mapping, simple lighting and texture.
- 2022-02-25 15:40:11下载
- 积分:1
-
OpenGL程序实例预测
Examples projections of opengl program
- 2022-11-03 13:30:03下载
- 积分:1
-
数字图像处理
数字图像处理(Digital Image Processing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。数字图像处理的产生和迅速发展主要受三个因素的影响:一是计算机的发展;二是数学的发展(特别是离散数学 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-16 22:05:46下载
- 积分:1
-
OpenCV+OpenGL三维重建
系统的介绍了三维重建的整体步骤。双目立体视觉的整体流程包括:图像获取,摄像机标定,特征提取(稠密匹配中这一步可以省略),立体匹配,三维重建。我在做双目立体视觉问题时,主要关注的点是立体匹配,本文主要关注最后一个步骤三维重建中的:三角剖分和纹理贴图以及对应的OpenCV+OpenGL代码实现。
- 2022-10-20 13:55:04下载
- 积分:1
-
Detailed description of how to use opengl and 3D application development and so...
详细介绍了如何使用opengl和三维应用程序开发等。
- 2022-02-28 13:23:21下载
- 积分:1
-
太阳能发电系统
HKGKKKKKKKKKKKKKKKKKKKKKKKKKYKYGUKUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUDTUDTU
- 2022-01-26 03:55:44下载
- 积分:1
-
OpenGL显示三维文字,希望对大家有所帮助
OpenGL显示三维文字,希望对大家有所帮助-OpenGL display three-dimensional characters, and they hope to help everyone
- 2022-08-20 15:26:28下载
- 积分:1
-
Python三维场景
我用Python Panda3D引擎制作的三维场景,其中有可键盘操纵的角色。Panda3D是第三方3D引擎,可于其官方网站获得。运行Main.py文件即可打卡此本程序。
- 2022-10-09 23:25:03下载
- 积分:1