-
在功能描述和应用OpenGL函数,很好配置…
opengl中的函数功能说明及应用,非常齐全,有助于大家深入学习OpenGL-opengl functions in the function descriptions and applications, very well equipped to help our in-depth study and OpenGL
- 2023-03-16 14:10:03下载
- 积分:1
-
一个基于opengl的控制台程序
一个基于opengl的控制台程序-an opengl on the Console
- 2022-01-21 20:27:23下载
- 积分:1
-
Prepared by a real OpenGL teapot models, can hit lights, can also rotate
用OpenGL编写的一款真实茶壶模型,可以打灯,也可以旋转-Prepared by a real OpenGL teapot models, can hit lights, can also rotate
- 2022-01-26 01:12:17下载
- 积分:1
-
初学OpenGL很好的框架,添加了画出三角形和四边形的代码,完成上色并且实现了旋转效果,入门基础。
初学OpenGL很好的框架,添加了画出三角形和四边形的代码,完成上色并且实现了旋转效果,入门基础。-Good beginner OpenGL framework, added a painted triangle and quadrilateral code, complete and realize the rotating color effect, the basis for entry.
- 2022-05-22 08:11:20下载
- 积分:1
-
opengl光照实体立方
opengl光照实体立方
- 2022-08-07 23:33:45下载
- 积分:1
-
opengl three
opengl三维图形设计,很好的资料,需要者可以拿来学习-opengl three-dimensional graphic design, very good information for those who need it can be used to study
- 2022-01-25 18:31:35下载
- 积分:1
-
绘制加光照的彩色四棱锥
绘制一个彩色的四棱锥并添加光照效果:四棱锥边长为2;四棱锥各个顶点颜色不同;四棱锥的中心为(1,2,3);要求使用多种光,包括环境光、镜面光和散射光等,可以通过控制物体对光的反射材质因子和不同光的因子达到不同的光照效果。
- 2022-06-12 18:34:41下载
- 积分:1
-
基于OPENGL的OpenVG实现,用c实现的OpenVG的硬加速算法,在SVG、2D图形显示等方面有参考价值。...
基于OPENGL的OpenVG实现,用c实现的OpenVG的硬加速算法,在SVG、2D图形显示等方面有参考价值。-OPENGL based on the realization of the OpenVG, c achieved by OpenVG hardware to accelerate the algorithm, in SVG, 2D graphics, such as have reference value.
- 2022-06-14 19:12:20下载
- 积分:1
-
Chip 7456' s Chinese font software, the use of its effectiveness.
芯片7456的汉字字模软件,使用效果不错。-Chip 7456" s Chinese font software, the use of its effectiveness.
- 2022-05-20 07:18:55下载
- 积分:1
-
学习如何映射有很多好处。我们说你想要一个导弹…
光照和键盘控制:
添加光照和键盘控制,它让程序看起来更美观。
-Learning how to texture map has many benefits. Lets say you wanted a missile to fly across the screen. Up until this tutorial we d probably make the entire missile out of polygons, and fancy colors. With texture mapping, you can take a real picture of a missile and make the picture fly across the screen. Which do you think will look better? A photograph or an object made up of triangles and squares? By using texture mapping, not only will it look better, but your program will run faster. The texture mapped missile would only be one quad moving across the screen. A missile made out of polygons could be made up of hundreds or thousands of polygons. The single texture mapped quad will use alot less processing power.
- 2022-05-15 07:48:56下载
- 积分:1