-
将球和阴影投影在平面上,适合于三维游戏专业…
移动的小球并在平面投射阴影,适合3D游戏编程-Moving the ball and the shadow projection in the plane, suitable for 3D Game Programming
- 2022-02-02 03:19:23下载
- 积分:1
-
使用OpenGL编写的茶壶可旋转键盘控制方向…
用opengl写出的茶壶 可以通过键盘控制旋转的方向与速度 -Use opengl to write the teapot can rotate the keyboard to control the direction and speed
- 2022-10-31 13:35:03下载
- 积分:1
-
绝对原创的鼠标控制代码 资源消耗量做到了绝对够小
绝对原创的鼠标控制代码 资源消耗量做到了绝对够小-Absolutely original code of the mouse to control consumption of resources to achieve a small enough absolute
- 2022-01-23 11:16:17下载
- 积分:1
-
从NEHE改编的程序 适合新手看 NEHE里面多了很多窗口控制方面的程序 我把它全部剔除掉了 同样是新手 这样看起来比较方便!...
从NEHE改编的程序 适合新手看 NEHE里面多了很多窗口控制方面的程序 我把它全部剔除掉了 同样是新手 这样看起来比较方便!-NEHE adapted from the procedure more suitable for novice to see a lot of windows inside NEHE control programs I removed it all out the same way a novice looks more convenient!
- 2022-02-27 04:59:32下载
- 积分:1
-
学习OpenGL的文档。
学习OpenGL的文档。- Studies OpenGL the documents.
- 2023-08-03 17:05:03下载
- 积分:1
-
This procedure introduces the use of particle system to simulate the way the fou...
本程序主要介绍采用粒子系统来模拟喷泉的方法-This procedure introduces the use of particle system to simulate the way the fountain
- 2022-03-11 16:59:56下载
- 积分:1
-
这个程序是一个win32应用程序,在VC++6.0下用Opengl绘制一个圆柱体,可以旋转等...
这个程序是一个win32应用程序,在VC++6.0下用Opengl绘制一个圆柱体,可以旋转等-This procedure is a win32 application, in VC++ 6.0 using opengl drawing a cylinder, you can rotate, etc.
- 2022-03-02 10:19:47下载
- 积分:1
-
OpenGl 要用到的一个软件,Gult函数库
OpenGl 要用到的一个软件,Gult函数库-OpenGl to use a software, Gult library
- 2022-03-17 12:08:13下载
- 积分: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
-
nukak3d
nukak3d-4.6.0的源代码,比较复杂的一个例子-nukak3d-4.6.0 source code, an example of more complicated
- 2022-03-05 01:46:00下载
- 积分:1