-
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
-
来自《游戏编程精粹1》的源码,未贴纹理的水面波动模拟,具有水面物体的交互波动。...
来自《游戏编程精粹1》的源码,未贴纹理的水面波动模拟,具有水面物体的交互波动。-from the "essence of a game program," the source, not affixed to the surface texture fluctuations simulation, with the interaction of surface objects fluctuations.
- 2022-12-17 14:55:04下载
- 积分:1
-
VB中OpenGL显示地球
VB中用Opengl画地球VB工程,OPENGL的初始化,OpenGL VB函数包;
- 2023-04-15 08:30:04下载
- 积分:1
-
OpenGL游戏设计入门.pdf
OpenGL游戏设计入门.pdf-OpenGL game design entry. Pdf
- 2022-03-10 02:28:20下载
- 积分:1
-
opengl的计算机图形学编程实践有人要的旅顺就尽管下载就是的我有的是时间,不怕你不下,只必有...
opengl的计算机图形学编程实践有人要的旅顺就尽管下载就是的我有的是时间,不怕你不下,只必有-opengl computer graphics programming practice was to Lushun on the download is despite some of the time I , not afraid of you down, there must be only
- 2023-03-02 11:50:04下载
- 积分:1
-
nehe的opengl教程第43课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第43课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 43rd Division, nehe the tutorial is very well known, is essential for beginners
- 2022-02-09 17:23:00下载
- 积分:1
-
code, you must use the OpenGL glut.h header file, tarball contain glut.h use
图象拼接代码,必须使用OpenGL的glut.h header file,压缩档内含有glut.h使用说明-code, you must use the OpenGL glut.h header file, tarball contain glut.h use
- 2023-03-17 23:40:03下载
- 积分:1
-
与参考方法编写严格按照你自己的opengl8点圆,…
自己写的opengl8点画圆 完全按参考书方法,给初学者参考-Write your own opengl8 Point Circle in strict accordance with reference method, for advanced users
- 2022-02-09 22:55:37下载
- 积分:1
-
非常全面完整的VS工程,学习opengl的极佳实例
一共有10章内容...
非常全面完整的VS工程,学习opengl的极佳实例
一共有10章内容
-Very comprehensive complete VS project, learning opengl an excellent example of a total of 10 chapter
- 2022-05-08 10:45:44下载
- 积分:1
-
OPENGL在VC++中的图像上色好的旋转
OPENGL在VC++中的图像上色好的旋转-OPENGL in VC++ Good color image rotation
- 2022-02-28 23:13:56下载
- 积分:1