-
使用OPENGL实现场景的雾化效果,提供键盘接口,动态调节效果...
使用OPENGL实现场景的雾化效果,提供键盘接口,动态调节效果-use OpenGL scene atomizing effect, keyboard interface, dynamic adjustment results
- 2022-03-10 04:25:26下载
- 积分:1
-
用OpenGL制作的三维动画,很好看的,很逼真,可以让你更好的了解OpenGL。...
用OpenGL制作的三维动画,很好看的,很逼真,可以让你更好的了解OpenGL。-OpenGL produced using three-dimensional animation, very good looking, very realistic, can let you a better understanding of OpenGL.
- 2022-02-14 15:52:14下载
- 积分:1
-
ejemplos de jogl en java, sistema solar
ejemplos de jogl en java, sistema solar
- 2023-07-12 23:30:02下载
- 积分:1
-
关于opengl开发最新的开发工程包,该包中含有众多的开发例子,可以通过这些例子加快openGL开发...
关于opengl开发最新的开发工程包,该包中含有众多的开发例子,可以通过这些例子加快openGL开发-opengl on the latest development of the project for the development package, the package contains many examples of the development can be accelerated through these examples development openGL
- 2022-06-03 07:59:02下载
- 积分:1
-
一个C#使用OpenGL库的例子程序,相信会对你有所启发
一个C#使用OpenGL库的例子程序,相信会对你有所启发-a C# use OpenGL procedures for example, I believe you may find inspiration
- 2022-02-14 11:25:16下载
- 积分:1
-
立方图纹理影射,来自OpenGL权威指南的绝好资料哦
立方图纹理影射,来自OpenGL权威指南的绝好资料哦-cube map texture insinuation from the OpenGL authoritative guide to the excellent information oh
- 2022-02-07 09:36:21下载
- 积分:1
-
纹理映射
纹理映射#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超级宝典》光盘附带源码 很基础很实用 第8章
《OpenGL超级宝典》光盘附带源码 很基础很实用 第8章
- 2022-01-27 13:55:13下载
- 积分:1
-
使用OpenGL开发模型编辑
使用 OpenGL 来开发模型编辑器-use OpenGL to develop Model Editor
- 2022-10-11 19:00:03下载
- 积分:1
-
绘制加光照的彩色四棱锥
绘制一个彩色的四棱锥并添加光照效果:四棱锥边长为2;四棱锥各个顶点颜色不同;四棱锥的中心为(1,2,3);要求使用多种光,包括环境光、镜面光和散射光等,可以通过控制物体对光的反射材质因子和不同光的因子达到不同的光照效果。
- 2022-06-12 18:34:41下载
- 积分:1