-
opengl基础入门
我们大学图形学教授所做课程设计学案,其中包括内置函数,动画,键盘输入控制,鼠标空竹,光源,纹理映射等多种主要函数,代码,教案齐全,对初学者十分有帮助。
- 2022-09-07 03:45:04下载
- 积分:1
-
值得大家来看的程序!
图像显示和描述方面的代码,不妨来
值得大家来看的程序!
图像显示和描述方面的代码,不妨来-U.S. view of the procedure is worth! Image display and description of aspects of the code, it may come
- 2022-05-05 16:21:54下载
- 积分: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
-
ArcObjects development
ArcObjects development
- 2022-03-17 06:13:43下载
- 积分:1
-
演示opengl基本编程概念的教学程序,其中主题包括转换,光照,雾化和纹理化等,个人认为对理解opengl编程有很大帮助...
演示opengl基本编程概念的教学程序,其中主题包括转换,光照,雾化和纹理化等,个人认为对理解opengl编程有很大帮助-Demo programming opengl basic concept of teaching procedures, including topics such as conversion, illumination, and texture, such as atomized individuals think the understanding of great help to have opengl programming
- 2022-01-30 15:30:16下载
- 积分:1
-
使用OpenGL 示范光线和旋转物体的简单模拟
使用OpenGL 示范光线和旋转物体的简单模拟 -The use of OpenGL lighting model and a simple simulation of rotating objects
- 2022-05-25 19:46:37下载
- 积分:1
-
opengl开发的源代码
opengl开发的源代码-opengl developed source code
- 2023-04-28 21:55:03下载
- 积分:1
-
OpenGL实现多场景
OpenGL实现多场景-OpenGL more scenes
- 2022-01-28 18:29:03下载
- 积分:1
-
虚拟现实的仿真中 特效是不可不要的 爆炸效果更是 在很多场合都能用的到的
虚拟现实的仿真中 特效是不可不要的 爆炸效果更是 在很多场合都能用的到的 -Virtual Reality Simulation in the effects of the explosion is not the effect is on many occasions to be able to use the
- 2022-01-25 16:27:38下载
- 积分:1
-
一个OpenGl的小例子,画了一座山
一个OpenGl的小例子,画了一座山-a small example, a drawing of a mountain
- 2022-03-04 19:59:23下载
- 积分:1