-
纹理映射
纹理映射#include
#ifdef __APPLE__
#include
#else
#include
#endif
GLfloat planes[]= {-1.0, 0.0, 1.0, 0.0};
GLfloat planet[]= {0.0, -1.0, 0.0, 1.0};
GLfloat vertices[][3] = {{-1.0,-1.0,-1.0},{1.0,-1.0,-1.0},
{1.0,1.0,-1.0}, {-1.0,1.0,-1.0}, {-1.0,-1.0,1.0},
&nbs
- 2023-07-29 13:35:04下载
- 积分:1
-
学习使用OpenGL的图形变换函数
学习使用OpenGL的图形变换函数-learning to use the OpenGL graphics transform function
- 2022-07-15 20:17:10下载
- 积分:1
-
Animation of swimming pool
Animation of swimming pool
- 2022-01-21 04:41:21下载
- 积分:1
-
通用的计算最大流程序,算法的思想比较简单,对初学者编程有参考意义...
通用的计算最大流程序,算法的思想比较简单,对初学者编程有参考意义-Generic maximum flow calculation procedure is relatively simple algorithm, for beginners programming reference value
- 2022-10-04 10:40:04下载
- 积分:1
-
在OpenGl中实现三维字体
在OpenGl中实现三维字体-in OpenGl achieve 3D fonts
- 2022-01-24 14:55:57下载
- 积分:1
-
bresenham画直线及opengl扫描线算法填充
使用bresenham法实现画直线,再利用扫描线算法实现多边形的填充,使用了opengl来显示界面。
- 2022-04-13 09:06:17下载
- 积分:1
-
obj文件读取源码
使用vector进行obj文件的读取,obj文件的格式都是以v,vn,vt,f等开头的坐标,所以在文件读取的时间就一行一行的去读,然后对标记以及数值进行存储,通过使用vector中的各种函数实现存储
- 2022-02-20 13:44:18下载
- 积分:1
-
游戏中的图形
应用背景这是一个简单的代码来了解这个开放的相机控制Open GL全图形funcnality也嵌入..............................................关键技术这个问题是完全基于Visual C++和内置Microsft Visual Studio,这是源代码....... ;.................这是基于VC++。
- 2022-05-26 02:34:51下载
- 积分:1
-
本程序使用OpenGL粒子系统实现了星云的简单模拟。粒子随机产生,粒子使用了各个基本属性。程序有详尽的说明,初学者更容易学习和掌握粒子系统,是很好的学习材料。...
本程序使用OpenGL粒子系统实现了星云的简单模拟。粒子随机产生,粒子使用了各个基本属性。程序有详尽的说明,初学者更容易学习和掌握粒子系统,是很好的学习材料。-procedures for the use of the OpenGL particles of the planetary system to achieve a simple simulation. Randomly generated particles, the particles using various fundamental attributes. Procedures are spelled out, beginners are easier to learn and master particle system, is a very good learning materials.
- 2022-02-03 17:15:15下载
- 积分:1
-
这是OPENGL的第三个例子,实现了在MFC环境的实现,好好体会。
这是OPENGL的第三个例子,实现了在MFC环境的实现,好好体会。-This is the third example OPENGL, realize in the MFC environment, realize a good experience.
- 2022-05-31 22:13:10下载
- 积分:1