-
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
-
The concept of particle effects is very simple. Particle effects can be used to...
The concept of particle effects is very simple. Particle effects can be used to simulate fire, fireworks, water fountains, snow, rain, explosions and many other things. The effects are created by creating a definite number of particles. Depending on the need for performance and realistic appearance, the number of particles can range from 50 to thousands. Each particle has its own location, size, velocity, color, life and image. The particle engine controls the particles and makes them react according to the rules of the particle .
- 2022-02-24 16:10:50下载
- 积分:1
-
opengl写的一段程序,在VC下可以通过,而且允许没有问题,可以作为OPENGL的一个学习实例.
该程序主要是实现三维空间的物体旋转,实现了VC下导...
opengl写的一段程序,在VC下可以通过,而且允许没有问题,可以作为OPENGL的一个学习实例.
该程序主要是实现三维空间的物体旋转,实现了VC下导入3DMAX文件的过程.-opengl write a section of procedures, the VC can be passed, but there is no problem with permit can be used as a learning example OPENGL. realize the program is three-dimensional objects rotate, the VC realize 3DMAX document under the Import process.
- 2022-01-23 10:08:57下载
- 积分:1
-
这是一个简单演示的图形算法
这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
- 2022-06-18 03:51:41下载
- 积分:1
-
opengl 3D mobile operators to achieve the rotation
opengl三维操作移动旋转等的实现-opengl 3D mobile operators to achieve the rotation
- 2022-03-19 09:00:12下载
- 积分:1
-
opengl 教程,基础的介绍opengl的使用方法,网上下的
opengl 教程,基础的介绍opengl的使用方法,网上下的-opengl tutorial, basic introduction to the use of opengl, online under
- 2022-02-04 20:18:52下载
- 积分:1
-
非常好的opengl学习资料,中文文挡,还有代码解释
非常好的opengl学习资料,中文文挡,还有代码解释-Opengl very good learning materials, the Chinese text block, as well as code to explain
- 2023-02-01 17:25:03下载
- 积分:1
-
a high
a high-performance 3D game engine source code, good things ah, not daring to stay -a high-performance 3D game engine source code, good things ah, not daring to stay
- 2023-03-26 10:35:03下载
- 积分:1
-
OpenGL + mfc.very好的OpenGL程序,很难发现。
opengl+mfc.very good opengl program,very hard to found.
- 2023-07-29 18:45:04下载
- 积分:1
-
VC++ OpenGL全屏事例代码,解决了OpenGL在全屏模式下的绘图.
VC++ OpenGL全屏事例代码,解决了OpenGL在全屏模式下的绘图.-VC++ OpenGL full-screen examples of code, solved in full-screen mode OpenGL graphics.
- 2022-06-28 04:47:57下载
- 积分:1