-
opengl编程例子
opengl编程例子-opengl programming examples
- 2022-12-06 01:10:03下载
- 积分:1
-
用OpenGL VC采用粒子系统来模拟火焰的程序编写…
用OpenGL+vc编写的程序,用粒子系统来模拟火焰。-with OpenGL vc prepared by the procedures used to simulate particle system flame.
- 2023-06-24 16:10:03下载
- 积分:1
-
OPENGL绘制彩色的三角形
OPENGL绘制彩色的三角形-OpenGL rendering color triangle
- 2022-09-16 16:10:09下载
- 积分:1
-
CircleFitByTaubin
CircleFitByTaubin.m平面拟合平面拟合平面拟合平面拟合平面拟合平面拟合平面拟合matlab
- 2022-03-25 23:43:25下载
- 积分:1
-
OPENGL READ OBJ FILE AND RBF
RBF OPENGL
- 2023-01-16 05:05:04下载
- 积分:1
-
Qt图形绘制
通过MVC实现Qt图形绘制,可以实现多个图形的单选或者多选,类似于office以及WPS等常见办公软件的演示操作时候的图形天剑功能
- 2023-02-19 05:20:06下载
- 积分:1
-
OpenGL三的火焰效果,可以控制强度和火焰的位置,…
OpenGL 实现的三种火焰效果,可以控制火焰强度及位置,含C++源码。-OpenGL three flame effect, can control the intensity and location of the flame, with C source code.
- 2023-06-01 06:55:03下载
- 积分:1
-
OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。
OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。-OpenGL How to read bmp file, and the window of the map stored as bmp files.
- 2022-03-25 13:11:59下载
- 积分:1
-
用OpenGL实现黑白相间的棋盘图案填充多边形
用OpenGL实现黑白相间的棋盘图案填充多边形(爱心),并有密集填充和小虫子填充变化。
- 2022-12-04 00:45:03下载
- 积分: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