-
我写的一个OPENGL的程序。可以进行3D画图和平移旋转操作。
我写的一个OPENGL的程序。可以进行3D画图和平移旋转操作。-I wrote an OpenGL procedures. Can 3D drawing and rotating shift operation.
- 2022-03-10 01:29:56下载
- 积分: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
-
OpenGl源代码学习(Nehe教程)主要讲述了OpenGL的工作原理,以及各个功能的实现。...
OpenGl源代码学习(Nehe教程)主要讲述了OpenGL的工作原理,以及各个功能的实现。-OpenGl source learning (Nehe Directory) describes the working principle of OpenGL, and the realization of various functions.
- 2022-03-25 01:14:47下载
- 积分:1
-
这是一个小游戏,通过这个小游戏,可以感受到opengl功能的强大!...
这是一个小游戏,通过这个小游戏,可以感受到opengl功能的强大!-This is a game, through this little game, you can feel the opengl features powerful!
- 2022-06-29 11:08:07下载
- 积分:1
-
the procedures simulated missile system, with VC OpenGL development, including t...
本程序模拟导弹系统,用VC+OpenGL开发,包含了OpenGL开发基本函数的用法。-the procedures simulated missile system, with VC OpenGL development, including the development of the OpenGL basic function of usage.
- 2022-07-06 23:52:08下载
- 积分:1
-
一个导弹发射的简单程序,由数据和源代码组成,模拟导弹发射过程...
一个导弹发射的简单程序,由数据和源代码组成,模拟导弹发射过程-A missile launch simple procedure, by the data and the composition of the source code to simulate the process of missile launchers
- 2022-09-04 18:30:02下载
- 积分:1
-
使用OpenGL的三维画一个球(光,调整球,数量等。
利用OpenGL画的一个三维球体(有光照,可以调整球面数,可以调整球体半径,有旋转,有移动等基本操作,充分表现人机交互的效果。比较适合初学者。便于理解OpenGL画图的数学原理.-use OpenGL 3D painting of a ball (a light, adjust the number of spherical, the radius can be adjusted Ball, a rotating movement, such as basic operation fully demonstrated the effectiveness of human-computer interaction. More suitable for beginners. OpenGL drawing easier to understand the mathematical principles.
- 2022-02-07 13:20:24下载
- 积分:1
-
区域生长发
适合初学者学习区域生长发。可以作为研究图形学方向的同学来学习。基于网格分割的区域生长发,前提是读取点云数据,点云数据的显示,以及三角网格化,然后利用区域生长发进行分割。
- 2022-03-11 03:42:24下载
- 积分:1
-
MFC与Opengl联合编程实现展点
使用C++语言,利用OpenGL在MFC下实现三维点云展示,并附有点云文本文件。
通过对点云坐标txt文本的读取,进行三维点云的展示,并包含移动缩放功能。
适合初级入门学习OpenGL的朋友。
- 2022-06-13 08:35:21下载
- 积分:1
-
SimuCenter是基于C++和OpenGL技术的仿真软件系统,采用前卫的模块组态方式编辑文档,在您的轻松点击之中,便可实现复杂系统的逼真仿真。该系统目前主要...
SimuCenter是基于C++和OpenGL技术的仿真软件系统,采用前卫的模块组态方式编辑文档,在您的轻松点击之中,便可实现复杂系统的逼真仿真。该系统目前主要用于控制领域,可用于工业生产,航空,航海,天体运行等系统的仿真,也可作为CAI教学软件使用。
-SimuCenter is based on the C and OpenGL technology system simulation software, using cutting-edge module configuration to edit documents, in your easy click, complex systems can achieve the realistic simulation. The system is mainly used to control the area can be used for industrial production, aviation, navigation, and other celestial bodies operating system simulation, CAI also can be used as teaching software use.
- 2022-05-17 03:13:53下载
- 积分:1