-
使用键盘在三维空间中的运动
Movement of a cube using a Keyboard in 3D-Movement of a cube using a Keyboard in 3D.......
- 2022-07-02 07:32:10下载
- 积分:1
-
opengl example, the rotation of the Earth
opengl例子,旋转的地球-opengl example, the rotation of the Earth
- 2022-12-19 13:20:03下载
- 积分:1
-
This is designed to use OpenGL game code book, very classic, like OpenGL friends...
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。-This is designed to use OpenGL game code book, very classic, like OpenGL friends have shared with everyone.
- 2023-07-31 06:05:03下载
- 积分:1
-
很不错的图形学程序,用图形学编的,真的很不错哦
很不错的图形学程序,用图形学编的,真的很不错哦-very good graphics program, graphics series, is really quite oh
- 2022-03-17 22:51:53下载
- 积分:1
-
OpenGL的一个小迷宫
使用二维数组随机的产生一个迷宫,有详细的注释,通过调整最前面的常数可以调节迷宫的行数和列数(一定要互相匹配,不然出来的结果很丑),然后用stack写出来了迷宫的解法,通过OpenGL画出了迷宫
- 2022-04-16 20:04:00下载
- 积分:1
-
OPENGL 三角形
建立空白Form程序,添加SharpGL.dll引用,添加OpenGLControl控件
在OpenGLDraw事件中添加绘制三角形、四边形边长、颜色等方法,有详细说明
- 2023-01-20 12:45:04下载
- 积分:1
-
讷河
nehe-opengl-1-5
- 2022-06-30 22:50:21下载
- 积分: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编程指南(第四版)书后附带的源代码
OpenGL编程指南(第四版)书后附带的源代码-openGL source code
- 2022-04-30 06:00:29下载
- 积分:1
-
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行...
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行!-a good combination of 3D and OpenGL example, multi-class sports gear, a good effect, and the operational procedures for the provision when the post. Dll files are copied to your system SYSTEM32 directory, they can run!
- 2022-12-10 21:05:03下载
- 积分:1