-
OpenGL字体编程 包括bitmap文件的载入等技术
OpenGL字体编程 包括bitmap文件的载入等技术-OpenGL programming fonts including bitmap file loading techniques
- 2022-02-06 08:20:47下载
- 积分:1
-
太阳系非常华丽的用opengl设计
太阳系非常华丽的用opengl设计 -taiyangxi
- 2022-03-26 03:40:04下载
- 积分:1
-
过剩
glut-3.7.6-bin的源代码-glut- 3.7.6-bin source code
- 2023-05-16 11:40:03下载
- 积分:1
-
这是OPENGL的第二个例子,这个例子实现了LIGHT的实现,
这是OPENGL的第二个例子,这个例子实现了LIGHT的实现,-OPENGL This is the second example, this example to achieve the realization of the LIGHT,
- 2022-06-26 11:55:46下载
- 积分:1
-
它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,...
它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,但不支持3D.可能的网格尺寸只受限于处理器的处理能力和内存大小.用户可以放大网格,直到其尺寸填满整个窗口 也可缩小网格直到整个网格是可见的. -CAEL stands for Cellular Automata Engine (Life). It runs a cellular automata simulation with a set of rules that can be Conway s game of life but can be changed to run a wide variety of other cellular automata systems as well. It uses OpenGL for graphics, but is not 3D. Possible grid size is limited only by processor power and memory. The user can zoom in until a single cell fills the window, and out until the whole grid is visible
- 2022-03-19 03:08:10下载
- 积分:1
-
图像显示
绘制一个图像序列的一个窗口,这是第一次初始化OpenGL。窗口句柄作为参数传
- 2022-04-18 16:33:06下载
- 积分:1
-
image processing to the needs and would like to achieve th ree
本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documen
- 2023-02-17 05:45:03下载
- 积分:1
-
opengl important function of the demonstration program
opengl重要函数的演示程序所-opengl important function of the demonstration program
- 2022-02-22 08:09:31下载
- 积分:1
-
computer graphics algorithm for example, DIREXTX use OpenGL programming and comp...
计算机图形学算法示例,用OPENGL和DIREXTX编程的计算机图形学简单入门程序,有利于初学者学习。-computer graphics algorithm for example, DIREXTX use OpenGL programming and computer graphics simple entry procedures, help beginners learn.
- 2023-02-16 06:30:04下载
- 积分:1
-
openGL实现的物体的布尔运算
资源描述
本实验主要利用OpenGL完成两个物体的加(或)、减(和)运算。
该实验利用二次曲面完成球、圆盘和圆锥的绘制。通过模板测试和深度测试来完成两个物体的加(或)、减(和)运算。设置菜单,并把右键和菜单相关联,来选择所要进行的操作。
- 2022-03-24 00:27:47下载
- 积分:1