-
用opengl和VC++实现的飞机俯冲的过程
用opengl和VC++实现的飞机俯冲的过程-Use opengl and VC to achieve the process of subduction of the aircraft
- 2022-07-18 16:50:19下载
- 积分:1
-
基于C++环境的OPENGL编程源码.
基于C++环境的OPENGL编程源码.-based on C programming environment OpenGL source.
- 2023-06-13 20:45:03下载
- 积分:1
-
DDA 算法的实现
数字微分分析器或只是简略的 DDA 直线绘制算法是用于光栅图形设备中绘制线条。在这种算法,在行的开始和结束位置已提供。
中介像素位置将在起始点和结束点之间的时间间隔的变量线性内插法计算。该算法如下所示:
让开始和结束点线的是 (x 1,y1) 和 (x2,y2),分别。所以坡、 m = (y2-y1)/(x2-x1)。根据 m 和该象限的 (x,y) 的值属于,中介像素职位要计算如下:
职位要计算如下:
象限
m < = 1
m > 1
第一次
x = x + 1
y = y + m
x = x + 1/m
y = y + 1
第二次
x = x 1
y = y + m
- 2022-08-10 08:17:23下载
- 积分:1
-
This is a screen saver, OpenGL VC production, light code, the result was terrifi...
这是一个屏幕保护程序,有OPENGL+VC++制作,轻量的代码,效果却很棒.-This is a screen saver, OpenGL VC production, light code, the result was terrific.
- 2023-01-26 23:05:04下载
- 积分:1
-
单视窗下的OPENGL,很多书籍都是在控制台下的OPENGL编程,而在单视窗下的编程可以再添加更多的功能控件,可以为大型OPENGL搭建平台...
单视窗下的OPENGL,很多书籍都是在控制台下的OPENGL编程,而在单视窗下的编程可以再添加更多的功能控件,可以为大型OPENGL搭建平台-single window of OpenGL, many books are in the console under the OpenGL programming, in a single programming under Windows can add more features controls for large structures platform OpenGL
- 2022-03-06 19:13:58下载
- 积分:1
-
quake3 bsp 2装载机
quake3 bsp loader 2
- 2022-05-25 19:36:22下载
- 积分:1
-
读取stl文件
用于读取三维数据文件,显示,和分析,学习和使用3d打印文件的人很有帮助,不可多得
- 2022-07-02 11:34:43下载
- 积分:1
-
Visual C++精彩实例详解,本书通过50个综合性问题,介绍了VisualC++的开发技巧和方法,内容涵盖了VisualC++编程中的数据库、网络、多媒体、...
Visual C++精彩实例详解,本书通过50个综合性问题,介绍了VisualC++的开发技巧和方法,内容涵盖了VisualC++编程中的数据库、网络、多媒体、图像处理、优化算法、系统编程、界面美化、OpenGL三维虚拟现实、汇编语言混合编程、DirectX编程、复合文档等许多热门领域。-Visual C++ Wonderful examples detailed in this book through a comprehensive 50 question, introduced VisualC++ The development of skills and methods, covering the VisualC++ Database programming, network, multimedia, image processing and optimize the algorithms, system programming, interface landscaping, OpenGL three-dimensional virtual reality, mixed assembly language programming, DirectX programming, compound document, and many other popular fields.
- 2022-09-16 03:35:06下载
- 积分:1
-
VC+OpenGL做的,还有些bug,显示二维是根据高程的分层设色,三维能很明显表现出地形起伏....
VC+OpenGL做的,还有些bug,显示二维是根据高程的分层设色,三维能很明显表现出地形起伏.-VC OpenGL done, but also some bug show is based on two-dimensional layered elevation colors, 3-D can be shown very clearly undulating topography.
- 2023-04-19 08:05:04下载
- 积分:1
-
Cubic spline, based on VC++ The opengl graphics code
三次样条,基于VC++的opengl图形代码-Cubic spline, based on VC++ The opengl graphics code
- 2023-08-24 14:35:02下载
- 积分:1