-
单文档MFC环境下的opengl小程序。为初学者提供参考
单文档MFC环境下的opengl小程序。为初学者提供参考。主要包括最小环境的配置、场景的初始化等。
- 2022-03-19 02:56:56下载
- 积分:1
-
使用VC++与opengl生成简单三维地形。
使用VC++与opengl生成简单三维地形。-The use of VC++ and opengl to generate simple three-dimensional terrain.
- 2022-07-08 19:17:58下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-12-14 02:40:03下载
- 积分:1
-
min
min-min,max-min,H-mm新算法-min-min, max-min, H-mm new algorithm
- 2022-03-12 12:12:31下载
- 积分: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
-
初学OpenGL很好的框架,添加了画出三角形和四边形的代码并为其上色。...
初学OpenGL很好的框架,添加了画出三角形和四边形的代码并为其上色。-Good beginner OpenGL framework, added a painted triangle and quadrilateral, and its color code.
- 2023-08-08 15:40:04下载
- 积分:1
-
精确的大气散射现象模拟程序
opengl代码
精确的大气散射现象模拟程序
opengl代码-Accurate atmospheric scattering phenomena simulation program opengl code
- 2023-08-27 12:35:03下载
- 积分:1
-
Lingkaran 3/4
这是简单的代码,使3/4圈。希望你喜欢它。我使用过此项目的转型模式,
- 2022-03-23 20:08:27下载
- 积分: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
-
openGL简单绘制多边形
利用OpenGl GLUT画出三角形、正方形、正六边等简单图形,并可据此画出正N边形的图形。代码简单,适合入门时使用。使用环境win7+vs2010+openGL
- 2022-08-20 15:46:56下载
- 积分:1