-
OpenGL红宝书源代码,里面的每个例子都有详细的注释,是学习OpenGL的必备武器...
OpenGL红宝书源代码,里面的每个例子都有详细的注释,是学习OpenGL的必备武器 -Little Red Book OpenGL source code, which has detailed examples of each of the Notes, is an essential learning OpenGL weapons
- 2022-07-27 06:51:19下载
- 积分:1
-
OpenGl雾化效果 实现了3中纹理映射特效
OpenGl雾化效果 实现了3中纹理映射特效-OpenGL 3 atomization effect achieved in texture mapping effects
- 2022-03-29 01:59:26下载
- 积分:1
-
用opengl编写的一个简单的由颜色变换组成的立方体,可以旋转的功能,已经调试!...
用opengl编写的一个简单的由颜色变换组成的立方体,可以旋转的功能,已经调试!-use opengl prepared by a simple color change of cube, can rotate function, Debugging already!
- 2022-07-05 09:35:39下载
- 积分:1
-
用OPenGL进行二维图形的绘制,这些二维图形可以建立复杂的三维图形。...
用OPenGL进行二维图形的绘制,这些二维图形可以建立复杂的三维图形。-Two-dimensional graphics using OpenGL for rendering, these two-dimensional graphics can create complex three-dimensional graphics.
- 2023-03-03 00:35:03下载
- 积分:1
-
Nehe OpenGL tutorials most of the source data sets to help you from entry to pro...
Nehe OpenGL教程最全的源码资料集,帮你从入门到精通OpenGL-Nehe OpenGL tutorials most of the source data sets to help you from entry to proficient in OpenGL
- 2022-03-10 20:01:24下载
- 积分: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
-
OPGL源代码,演示了OPGL的面与目标组成…
OPGL源代码,演示了OPGL的面与物体的构成,以及3维物体的旋转,移动,放大等操作。并提供了背景设置,光影等效果的控制。适合于OPGL入门.-OPGL source code, OPGL demonstration of the surface and the composition of objects, as well as three-dimensional object rotation, Mobile, zooming etc. And provided background setup, lighting and other effects of control. OPGL suitable for induction.
- 2022-05-31 12:25:05下载
- 积分:1
-
- 2022-01-25 21:51:32下载
- 积分:1
-
计算机仿真,利用OpenGL建立计算机可视化模型EMB…
计算器模拟,用opengl建立计算器的可视化模型,体现opengl的图形功能!-Calculator simulation, using opengl establish calculator visualization model embodies opengl graphics!
- 2022-07-07 02:04:10下载
- 积分: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