-
利用纹理贴图制作的太阳光晕的效果,同时考虑了遮挡算法,对于学习opengl中的纹理,光照等相关知识的人有很大的帮助...
利用纹理贴图制作的太阳光晕的效果,同时考虑了遮挡算法,对于学习opengl中的纹理,光照等相关知识的人有很大的帮助-The use of texture mapping produced by the solar flare effect, taking the block algorithm, for learning opengl in texture, light and other related knowledge has a great help
- 2022-04-01 15:34:54下载
- 积分: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
-
实验中,我们综合利用了计算机图形学里面三维图形图象的基本算法,以及表面映射算法,成功的在屏幕上显示了一个ZHUONMIQAN,在设计过程中,我们还运用了计算机控...
实验中,我们综合利用了计算机图形学里面三维图形图象的基本算法,以及表面映射算法,成功的在屏幕上显示了一个ZHUONMIQAN,在设计过程中,我们还运用了计算机控制光线明暗算法,给花盒加上了逼真的光照效果。-experiments, we Comprehensive Utilization of the 3-D computer graphics imagery inside the basic algorithm, and surface mapping algorithm, the success of the screen shows a ZHUONMIQAN, in the design process, we also use a computer-controlled light shading algorithm to Huaan with a realistic lighting effect .
- 2022-02-12 00:02:57下载
- 积分:1
-
c# opengl 3D吞食鱼
具体的说,我们要实现下面的功能:按键盘的WSAD或上下左右键,可以实现前后左右移动;按Q键,上升(CS里爬楼梯上楼);按E键,下降;按住鼠标左键左右移动,镜头跟着左右旋转;按住鼠标左键上下移动,镜头跟着上下翻转。这是基本功能。
- 2023-06-05 15:15:03下载
- 积分:1
-
显示立方体的opengl程序
显示立方体的opengl程序-show Cube opengl procedures
- 2022-02-25 12:08:00下载
- 积分:1
-
一个用opengl和VC编写的飞机的的简单动画,有人物和动作,很接近游戏。...
一个用opengl和VC编写的飞机的的简单动画,有人物和动作,很接近游戏。-Opengl and a VC with the preparation of the aircraft simple animation, characters and movements have, which is very close game.
- 2022-07-24 08:29:11下载
- 积分:1
-
这是OPENGL和VC++制作的真实火,真实度高,有游戏的感觉,背景配有网格对比....
这是OPENGL和VC++制作的真实火,真实度高,有游戏的感觉,背景配有网格对比.-VC production and the real fire, real high, the feeling of the game, Background equipped with a mesh contrast.
- 2022-08-08 16:16:30下载
- 积分:1
-
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西...
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西-gPhone
- 2022-06-19 15:07:05下载
- 积分:1
-
OpenGL 如何从一个文件加载3D模型
该示例演示了如何将3D模型加载到openGL中,通过在VS2010中运用c++语言进行读取3D模型。
- 2022-07-03 14:00:09下载
- 积分:1
-
我用OPenGL做的一个场景(包括树、炊烟、喷泉、旗帜、房子、还有阴影以及md2格式的人物、武器等)...
我用OPenGL做的一个场景(包括树、炊烟、喷泉、旗帜、房子、还有阴影以及md2格式的人物、武器等)-do a scene (including trees, smoke, fountains, flags, house, and there are shadows and md2 format characters, weapons, etc.)
- 2022-05-08 11:01:09下载
- 积分:1