-
Detailed introduction OpenGL3D programming, this is the first routine.
详细介绍OpenGL3D编程,这是例程的第一个。-Detailed introduction OpenGL3D programming, this is the first routine.
- 2022-02-06 15:13:57下载
- 积分: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 Red Book
opengl红皮书-opengl Red Book
- 2022-08-11 23:28:37下载
- 积分:1
-
在opengl中输出矢量图形的源码,不错的东西,建议
在opengl中输出矢量图形的源码,不错的东西,建议-in opengl output vector graphics source code, the good things, look at the recommendations
- 2022-03-26 19:03:13下载
- 积分:1
-
用伟大的OPENGL实现飞机地形漫游.且可发射子弹等
用伟大的OPENGL实现飞机地形漫游.且可发射子弹等-OPENGL with the great achievement of the aircraft roaming the terrain. And bullets can be fired, etc.
- 2022-09-23 21:25:03下载
- 积分:1
-
一个简单的运用OpenGL函数绘图的程序,主要介绍了在MFC里使用opengl的函数画一个矩形...
一个简单的运用OpenGL函数绘图的程序,主要介绍了在MFC里使用opengl的函数画一个矩形-a simple function of OpenGL graphics application procedures introduced in opengl MFC using a painting of a rectangular function
- 2022-09-30 18:20:03下载
- 积分:1
-
Sierpinski海绵自己画的(分形)在VS2005调试通过的程序…
自编的画Sierpinski海绵(分形)的程序,在VS2005下通过调试,需要系统装有OpenGL。-Sierpinski sponge own paintings (fractal) procedures adopted in the VS2005 debugger, the need for systems equipped with OpenGL.
- 2022-02-12 11:36:58下载
- 积分:1
-
openGL编程,粒子系统的演示,有助于学习粒子模拟系统
openGL编程,粒子系统的演示,有助于学习粒子模拟系统-openGL programming, particle system demo will help to learn particle simulation system
- 2022-05-10 16:12:15下载
- 积分:1
-
Guide on programming environment example
编程环境示例指南
- 2022-12-06 06:25:03下载
- 积分:1
-
opengl 10bit 检测显卡是否支持10bit
应用背景
想直接回显10bit数据,在nv网站上下载的,编译运行通过,有一定的参考意义。
README for Check30bit
- To Run, type
Check30bit
This will print out a listing of all attached displays and open a window on each display showing a teapot.
If a display is 30-bit capable, then the window opened on that display will use a 30-bit pixel format.
When moving or resizing the window between the displays the event handler determines if the window is spanning a 30-bit color compatible display and reports it.
关键技术Check30bit opengl nvidia 并检测显卡是否支持10bit,不支持的话就用24bit。
- 2023-02-11 16:25:03下载
- 积分:1