-
GIF (Graphics Interchange Format, Graphic Interchange Format) files from CompuSe...
GIF(Graphics Interchange Format,图形交换格式)文件是由 CompuServe公司开发的图形文件格式,版权所有,任何商业目的使用均须 CompuServe公司授权-GIF (Graphics Interchange Format, Graphic Interchange Format) files from CompuServe is the development of graphics file formats, copyright, any business purposes must be authorized CompuServe
- 2023-05-15 10:05:04下载
- 积分:1
-
this the project crated to display the solar sytem... plese check it
this the project crated to display the solar sytem... plese check it-this is the project crated to display the solar sytem... plese check it
- 2023-06-09 08:30:03下载
- 积分:1
-
opengl 实现交互操作,效果很不错
opengl 实现交互操作,效果很不错-opengl to achieve interoperability, the effect is pretty good
- 2023-03-07 02:15:04下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-01-26 04:04:53下载
- 积分:1
-
OpenGL source Palette
OpenGL源代码Palette -OpenGL source Palette
- 2023-07-03 19:55: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
-
opengl 编程的基本框架之二,送给出学opengl得人
opengl 编程的基本框架之二,送给出学opengl得人-opengl programming the basic framework of two, gave up the right people learn opengl
- 2023-03-09 14:45:03下载
- 积分:1
-
3D贴图,仿真地球,地球会自动旋转,如同从太空观看地球一样
3D贴图,仿真地球,地球会自动旋转,如同从太空观看地球一样-3D map, simulation Earth, the Earth will be automatically rotation, as viewed from space, like the Earth
- 2022-01-25 17:25:42下载
- 积分:1
-
SPH液体模拟openGL实现
SPH实现水和玻璃杯的碰撞,利用C++和openGL平台联合实现。真的很好。
- 2022-02-25 09:43:00下载
- 积分:1
-
介绍了OPENGL图形的基本操作,各种场景绘制应注意的问题
介绍了OPENGL图形的基本操作,各种场景绘制应注意的问题-This is introducing OPENGL operation and issues from scene making
- 2022-03-10 04:43:49下载
- 积分:1