-
另一个项目,使简单的太阳能系统…太阳在中心和所有行星…
this another project to make simple solar system... sun at centre and all planets around-this is another project to make simple solar system... sun at centre and all planets around...
- 2022-02-02 18:50:27下载
- 积分:1
-
这是一款恐怖之战游戏的源代码,在OPENGL下做的开发。
这是一款恐怖之战游戏的源代码,在OPENGL下做的开发。-This is a terrorist war game
- 2022-07-21 18:57:50下载
- 积分:1
-
这是一个用vc+OpenGL做的简单的骨骼动画的例子
这是一个用vc+OpenGL做的简单的骨骼动画的例子-vc OpenGL do with the simple skeletal animation example
- 2022-02-01 22:53:11下载
- 积分:1
-
图像处理程序,OpenGL编程OpenGChap02_MultiView.rar
图像处理程序,OpenGL编程OpenGChap02_MultiView.rar-Image processing procedures, OpenGL Programming OpenGChap02_MultiView.rar
- 2022-08-26 08:02:50下载
- 积分:1
-
学习opengl中的堆栈操作,适合于初学者
学习opengl中的堆栈操作,适合于初学者-Study of the opengl stack operation, suitable for beginners
- 2023-04-09 07:50:33下载
- 积分:1
-
OpenGL Red Book 网上的1.1版本(包括代码) 我把它做成了chm格式,方便使用...
OpenGL Red Book 网上的1.1版本(包括代码) 我把它做成了chm格式,方便使用-OpenGL Red Book of the 1.1 version of the Internet (including code) I put it into the chm format, user-friendly
- 2022-03-29 17:34:13下载
- 积分:1
-
console app to draw with opengl
console app to draw with opengl
- 2022-04-29 20:09:04下载
- 积分:1
-
利用Opengl编程实现的小魔方
在VC++平台下,利用Opengl编程实现魔方小游戏,可以进一步开发、扩展。
- 2022-03-13 11:53:17下载
- 积分:1
-
OpenGL学习的好书。Qt支持OpenGL代码,这本书很好的说明文档…
good book for openGL learning. QT support OpenGL code and it book is good documention for write openGL code in QT.
- 2022-03-16 23:22:16下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1