-
我用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
-
这是一个利用粒子系统做的一个模拟彩虹的源程序。包含粒子的死亡,产生,移动等...
这是一个利用粒子系统做的一个模拟彩虹的源程序。包含粒子的死亡,产生,移动等-This is a particle system to do a simulation rainbow of the source. Contain particles of death, generation, mobile etc.
- 2022-03-11 03:02:51下载
- 积分:1
-
老外的粒子引擎,支持OPENGL,迷你型的粒子引擎。是初学者了解粒子引擎的最佳的开源代码工程。...
老外的粒子引擎,支持OPENGL,迷你型的粒子引擎。是初学者了解粒子引擎的最佳的开源代码工程。
- 2022-01-26 07:31:27下载
- 积分:1
-
使用鼠标动态绘制直线,以及将屏幕坐标转换为OpenGL坐标。
使用鼠标动态绘制直线,以及将屏幕坐标转换为OpenGL坐标。-use a mouse linear dynamic mapping, and to coordinate conversion to the screen coordinates of OpenGL.
- 2022-05-30 08:34:39下载
- 积分:1
-
包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多...
包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。还包含一个OpenGL教程-including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.. Because of the limited energy, the original code did not make any notes. To simplify programming for consideration, in many places designated constant, GM declined to handle. Also includes an OpenGL Guide
- 2022-02-16 10:01:15下载
- 积分:1
-
三维几何变换
在VS2013和OpenGL环境下,用矩阵的方法实现三维图形的平移、旋转、缩放变换
- 2023-05-13 11:30:03下载
- 积分:1
-
This is a high
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
- 2022-07-03 03:50:08下载
- 积分:1
-
OpenGL读取txt,asc文件实现三维点云显示
OpenGL读取txt,asc文件实现三维点云显示,本人亲自运行,成功运行。
- 2022-01-26 01:06:20下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
详细讲解如何在窗口中绘图的例子,十分实用易懂
详细讲解如何在窗口中绘图的例子,十分实用易懂-Elaborate on how the graphics in the window example of a very practical easy to understand
- 2022-01-25 19:01:11下载
- 积分:1