-
3D 喷泉模拟
这是一个 3D 喷泉模拟和喷泉是三维立体的。在 opengl,实施了所有的算法和模拟的查看器为了看得清楚。
- 2023-03-03 07:25:12下载
- 积分: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实现三维可是话,里面包括纹理坐标、投影等等代码,利用#include
#include
#include
#include
- 2022-04-22 06:23:17下载
- 积分:1
-
演示粒子系统的程序
演示粒子系统的程序-particle system demonstration procedures
- 2023-04-21 03:50:04下载
- 积分:1
-
OpenGL教学,画图
OpenGL教学,画图-OpenGL teaching, painting
- 2022-03-15 03:06:44下载
- 积分:1
-
著名的Nehe的OpenGL教程的VC++配套源码1-10课,适合OpenGL的初学者,作者在程序中已详加注释...
著名的Nehe的OpenGL教程的VC++配套源码1-10课,适合OpenGL的初学者,作者在程序中已详加注释-This is NeHe OpenGL Tourial source code from 1 to 10 with mach comment!
- 2022-03-31 21:45:59下载
- 积分:1
-
OpenGL初级学习的经典例程,实现了多纹理贴图功能。有助于理解多纹理贴图功能。...
OpenGL初级学习的经典例程,实现了多纹理贴图功能。有助于理解多纹理贴图功能。-OpenGL primary study of the classic routines, achieving more texture mapping function. Helps to understand more texture mapping function.
- 2023-02-13 05:40:04下载
- 积分:1
-
你好,就像是OpenGL库
hola como estan libreria opengl
- 2023-05-26 23:20:03下载
- 积分:1
-
OPENGL初始化,黑色屏幕,有全屏和非全屏
OPENGL初始化,黑色屏幕,有全屏和非全屏-err
- 2022-02-26 01:47:27下载
- 积分:1
-
OPENGL所需的所有库和头文件
OPENGL所需的所有库和头文件,很难找,留给有缘人。
- 2022-01-25 23:44:23下载
- 积分:1