-
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的3DS文件加载器
OPENGL 3DS FILE LOADER
- 2022-02-04 00:29:32下载
- 积分:1
-
使用cg和opengl实现的程序,希望大家能够喜欢。
使用cg和opengl实现的程序,希望大家能够喜欢。-Cg and opengl realize the use of the procedure, I hope everyone can be like.
- 2022-06-18 12:01:09下载
- 积分:1
-
简单的程序有助于测试OpenGL实现采集。许多…
Collection of simple programs helpful for testing an OpenGL implementation. Many have keyboard options (see source for details). and More samples collected from a variety of places-Collection of simple programs helpful for testing an OpenGL implementation. Many have ke yboard options (see source for details). and Mo "re samples collected from a variety of places
- 2022-06-12 23:26:30下载
- 积分:1
-
Qt图形绘制
通过MVC实现Qt图形绘制,可以实现多个图形的单选或者多选,类似于office以及WPS等常见办公软件的演示操作时候的图形天剑功能
- 2023-02-19 05:20:06下载
- 积分:1
-
3DS文件导入
3DS文件导入-3DS file
- 2022-05-14 23:45:16下载
- 积分:1
-
构造天空和地面,并能显示当前的位置和移动的速度,很适合3D游戏编程喔~...
构造天空和地面,并能显示当前的位置和移动的速度,很适合3D游戏编程喔~-Construction sky and ground, and can display the current location and moving speed, it is suitable for 3D Game Programming喔~
- 2022-08-23 23:12:01下载
- 积分:1
-
实验中,我们综合利用了计算机图形学里面三维图形图象的基本算法,以及表面映射算法,成功的在屏幕上显示了一个ZHUONMIQAN,在设计过程中,我们还运用了计算机控...
实验中,我们综合利用了计算机图形学里面三维图形图象的基本算法,以及表面映射算法,成功的在屏幕上显示了一个ZHUONMIQAN,在设计过程中,我们还运用了计算机控制光线明暗算法,给花盒加上了逼真的光照效果。-experiments, we Comprehensive Utilization of the 3-D computer graphics imagery inside the basic algorithm, and surface mapping algorithm, the success of the screen shows a ZHUONMIQAN, in the design process, we also use a computer-controlled light shading algorithm to Huaan with a realistic lighting effect .
- 2022-02-12 00:02:57下载
- 积分:1
-
为了更好的学习管理OpenGL or Direct3D撰写的各种3D图形算法演示
为了更好的学习管理OpenGL or Direct3D撰写的各种3D图形算法演示-Management in order to better learning OpenGL or Direct3D to write a variety of 3D graphics algorithms demo
- 2022-05-15 03:09:39下载
- 积分:1
-
vc++,采用OpenGL库,实现车体运动
vc++,采用OpenGL库,实现车体运动-vc++, using OpenGL libraries to achieve the body movement
- 2022-02-25 13:16:03下载
- 积分:1