-
- 2023-02-10 16:15:04下载
- 积分:1
-
这个例子演示了使用OpenGL创建一支蜡烛火焰的影响…
该例子演示了使用OPENGL创建蜡烛火焰的效果,包含完整源代码,使学习游戏中火焰粒子运动及爆炸粒子运动的好-The example demonstrates the use of OpenGL to create the effect of a candle flame, including complete source code, make learning games flame particle and particle explosion good Dongdong
- 2022-07-12 11:22:16下载
- 积分:1
-
opengl 的源代码-从文件中加载三维人脸的人权,并显示脸。
使用模板文件
1.从文件中加载一个人类的三维人脸和显示脸。
文件的结构,如下所示:
顶点的数量
顶点的坐标
多边形的数量
多边形的顶点的索引
2.执行俯仰、 滚和偏航的相机。与键盘事件的联系
- 2022-09-21 14:10:03下载
- 积分:1
-
可以读入并显示obj模型,可以用键盘的上下左右键随意旋转模型,并提供了两个obj3D模型...
可以读入并显示obj模型,可以用键盘的上下左右键随意旋转模型,并提供了两个obj3D模型-Can read and display the obj model, can be used around the top and bottom of the keyboard keys at random spin model, and provide two obj3D model
- 2022-01-28 08:27:23下载
- 积分:1
-
OpenGL编程指南前5章部分实例代码
OpenGL编程指南前5章部分实例代码,包括:
1、双缓冲程序 double.c
2、 直线点画模式 lines.c
3、标记多边形边界边,绘制一个凹多边形 concavePoly
4、创建一个20面体,并近似模拟球体
5、变换立方体
6、行星系统
7、平滑着色的三角形
8、 不同材质和光照
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-24 20:50:05下载
- 积分: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
-
不使用DirectX或OpenGL作成的3D立方体效果 作者: po 不使用DirectX或OpenGL而实现的3D立方体效果
不使用DirectX或OpenGL作成的3D立方体效果 作者: po 不使用DirectX或OpenGL而实现的3D立方体效果-not use DirectX or OpenGL 3D cube make the results Author : po not use DirectX or OpenGL and 3D cube achieve results
- 2022-06-13 22:58:41下载
- 积分:1
-
本程序是基于vc的opengl编程,重点开发了对三维物体局部放大,并且通过多视图显示的功能,有一定的参考价值。...
本程序是基于vc的opengl编程,重点开发了对三维物体局部放大,并且通过多视图显示的功能,有一定的参考价值。-this program is based on the opengl vc programming, focusing on the development of three-dimensional objects partial amplification, and through multi-view show that the function is a certain reference value.
- 2022-01-25 23:16:56下载
- 积分:1
-
这是书“VC++多媒体特效制作百例”中的所有实例的源代码。重点讲述了opengl编程,也包括Direct编程等。 李晓远,贾滇昆,郭庆民.VC++多媒体特效制作...
这是书“VC++多媒体特效制作百例”中的所有实例的源代码。重点讲述了opengl编程,也包括Direct编程等。 李晓远,贾滇昆,郭庆民.VC++多媒体特效制作百例.中国电力出版社,2001-This the "VC 100 cases produced multimedia effects," all examples of source code. Highlight the opengl programming, including programming, such as Direct. Li Xiao Yuan, Jia Yunnan Kunming, GUO. VC multimedia effects produced 100 cases. China Power Press, 2001
- 2022-08-12 19:29:13下载
- 积分:1
-
3D编程 OpenGL 书
3D编程 OpenGL 书-OpenGL 3D programming book
- 2022-04-28 01:02:12下载
- 积分:1