-
VB+OpenGL编写的二维图形系统,可移动,缩放
VB+OpenGL编写的二维图形系统,可移动,缩放-VB+ OpenGL prepared by two-dimensional graphics system, which can move, zoom
- 2022-03-23 06:08:30下载
- 积分:1
-
基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。...
基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
- 2022-08-10 19:34:44下载
- 积分:1
-
OpenGL 超级宝典第六章,还没有完,请站长加分吧。
OpenGL 超级宝典第六章,还没有完,请站长加分吧。-OpenGL Super Bible Chapter VI, not yet finished, please let station points.
- 2023-01-03 02:30:04下载
- 积分:1
-
用opengl开发图像处理系统
用opengl开发图像处理系统-use opengl Image Processing System Development
- 2023-02-01 05:30:04下载
- 积分:1
-
实现了水中的荷花开放的效果,实现水纹效果
实现了水中的荷花开放的效果,实现水纹效果-realized the open water lotus effect, to achieve results veins
- 2022-07-03 21:25:11下载
- 积分:1
-
计算机图形学实用小程序可在TC环境下运行
计算机图形学实用小程序可在TC环境下运行-Computer Graphics utility applets can be run under the Environment TC
- 2022-05-26 15:00:12下载
- 积分:1
-
opgl的三围图象
opgl的三围图象-opgl the Body Image
- 2022-10-04 00:35:02下载
- 积分:1
-
该程序,用来控制摄像头,对摄像头进行设置等等。
该程序,用来控制摄像头,对摄像头进行设置等等。-The procedures used to control the camera, set on the camera and so on.
- 2022-05-26 11:58:40下载
- 积分:1
-
基于OpenGL的三维图形显示中的显示列表设置,实现基于显示列表的三维动态显示,供研究开发人员使用。...
基于OpenGL的三维图形显示中的显示列表设置,实现基于显示列表的三维动态显示,供研究开发人员使用。-OpenGL-based three-dimensional graphical display of the display list settings, the display list based on the three-dimensional dynamic display, for research and development personnel.
- 2022-03-10 19:52:34下载
- 积分: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