-
OpenGL高级编程与可视化系统(高级编程篇…
OpenGL高级编程与可视化系统开发(高级编程篇)-10-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-10
- 2023-02-25 19:50:03下载
- 积分:1
-
网格去神经元
神经元BOUR帮助基因非PASI程序reaeau
- 2022-10-05 05:55:03下载
- 积分:1
-
openGL 太阳 地球 光照代码
本代码适合学习OpenGL光照编程的同学们,描述了地球绕太阳旋转,在不同角度受到不同太阳光的动态过程。
- 2022-03-23 20:25:59下载
- 积分:1
-
实现三维图
achieve 3d graphes-achieve 3d graphes ... ... ...
- 2022-06-21 04:14:18下载
- 积分:1
-
用vc++和opengl开发实现的反走样程序,用两个移动的物体来演示...
用vc++和opengl开发实现的反走样程序,用两个移动的物体来演示-with vc and borders to achieve the anti-aliasing procedures, the use of two mobile objects to demonstration
- 2023-04-12 15:50:04下载
- 积分:1
-
这是一款恐怖之战游戏的源代码,在OPENGL下做的开发。
这是一款恐怖之战游戏的源代码,在OPENGL下做的开发。-This is a terrorist war game
- 2022-07-21 18:57:50下载
- 积分:1
-
OpenGL初级学习的经典例程,用于实现反馈功能,有助于对反馈功能的理解。...
OpenGL初级学习的经典例程,用于实现反馈功能,有助于对反馈功能的理解。-OpenGL junior studying classical routines for the feedback function, contribute to the understanding of feedback function.
- 2022-02-06 15:38:30下载
- 积分:1
-
Sky and the terrain of the source that he adapted, let us look at some. U.S. can...
天空和地形的源码,自己改写的,大家看看一下。大家可以自己发挥修改-Sky and the terrain of the source that he adapted, let us look at some. U.S. can play a modified
- 2022-02-25 20:26:56下载
- 积分:1
-
水波模拟, 用OpenGL 实现的 源代码,推荐下载
水波模拟, 用OpenGL 实现的 源代码,推荐下载-wave simulation, using the OpenGL source code to download!
- 2022-07-18 04:27:46下载
- 积分: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