-
本程序是基于vc的opengl编程,对三维物体进行压缩、放大、旋转、平移等操作,很有参考价值。...
本程序是基于vc的opengl编程,对三维物体进行压缩、放大、旋转、平移等操作,很有参考价值。-this program is based on the opengl vc programming of 3D objects compression, zooming, rotation, translation, etc, great reference value.
- 2022-01-25 21:20:22下载
- 积分:1
-
OGL绘制的旋转地球
这是一个Opengl绘制贴了图的旋转的地球,还添加了光照,非常适合初学者学习。这里代码简洁明了,已经注解,画面效果十分逼真,地球在自动旋转,也可以贴上其他图片,变成其他漂亮的星体。
- 2022-04-11 17:19: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
-
一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件...
一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件支持 在压缩包内已有 放了system文件夹下就行-an opengl under the demonstration program under the parameters of painting Cup round rectangle, as delphi under opengl entry procedures are detailed reference notes run to opengl support for the document compressed within the system has been put folder on the line
- 2022-03-14 16:27:28下载
- 积分:1
-
this is sample demo of using jogl with shaders in GL2ES2 format.
this is sample demo of using jogl with shaders in GL2ES2 format.
- 2022-02-12 14:25:01下载
- 积分: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
-
Nehe 的opengl教程 中文
Nehe 的opengl教程 中文-Nehe Guide to the Chinese opengl
- 2022-02-18 17:24:45下载
- 积分:1
-
一组使得OpenGL软件开发变得简单的类!openGL环境的设置,
一组使得OpenGL软件开发变得简单的类!openGL环境的设置,-a group makes OpenGL software development becomes simple categories! Open GL environment settings, etc.
- 2022-08-14 01:21:09下载
- 积分: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
-
《OpenSceneGraph快速入门指导》是目前唯一一本官方认可的开放场景图形渲染库OSG初学者教程书籍。作者为OpenGL编委会的资深专家Paul Mart...
《OpenSceneGraph快速入门指导》是目前唯一一本官方认可的开放场景图形渲染库OSG初学者教程书籍。作者为OpenGL编委会的资深专家Paul Martz,译者:王锐,钱学雷- OpenSceneGraph Quick Start guide, is the only one officially recognized the opening scenes of graphics rendering library OSG tutorial books for beginners. The author is a senior expert in OpenGL Editorial Paul Martz, Translator: Wang Rui, Qian Xuelei
- 2022-05-18 16:39:13下载
- 积分:1