-
对OpenGL图形进行缩放和平移操作
对OpenGL图形进行缩放和panning操作-right OpenGL graphics for zooming and panning operation
- 2022-06-11 20:01:00下载
- 积分:1
-
使用OpenGL进行开发,阅读3dsmax输出ASE文件
利用DELPHI进行OPENGL开发,读取3DSMAX输出的ASE文件-use OpenGL for development, reading 3DSMAX output ASE paper
- 2023-08-07 01:15:03下载
- 积分:1
-
用OpenGL实现对环境光、物体质材、颜色等多种结合起来的模拟程序界面等各方面的都源于自己的设计,,Visual C++...
用OpenGL实现对环境光、物体质材、颜色等多种结合起来的模拟程序界面等各方面的都源于自己的设计,,Visual C++
-use OpenGL light on the environment, on physical build, color combination of a variety of simulation program interface, and other aspects of their originates in the design, Visual C
- 2023-06-26 05:20:04下载
- 积分:1
-
quake3 bsp碰撞2
quake3 bsp collision 2
- 2022-01-26 04:19:00下载
- 积分:1
-
Using OpenGL to draw a Bezier curve, did not call OpenGL drawing function, a dir...
用OpenGL来画一个Bezier曲线,没有调用OpenGL的画图函数,直接实现的算法。-Using OpenGL to draw a Bezier curve, did not call OpenGL drawing function, a direct realization of the algorithm.
- 2022-09-04 09:20:03下载
- 积分:1
-
用OpenGL写的地形渲染程序,适合大地形渲染,值得一看
用OpenGL写的地形渲染程序,适合大地形渲染,值得一看-with OpenGL written procedures exaggerated topography suitable for large Terrain Rendering, an eye-catcher
- 2023-08-30 06:40:04下载
- 积分:1
-
一个用VC++和OPENGL编写的模拟天空盒效果的三维仿真程序
一个用VC++和OPENGL编写的模拟天空盒效果的三维仿真程序-A used VC++ And OPENGL prepared simulated three-dimensional effect of the sky box simulation program
- 2023-06-15 22:50:03下载
- 积分:1
-
水族馆壁纸
这是活的壁纸。其简单的生活壁纸为安卓系统服务。此演示介绍了搬离你的屏幕的活鱼。希望此演示有助于创建鱼水族馆活墙纸。其令人惊叹。它不使用任何库。
- 2022-03-14 13:10:14下载
- 积分:1
-
本程序在Visual C++6.0环境下采用OpenGL编程,实现一个三维图形的旋转显示...
本程序在Visual C++6.0环境下采用OpenGL编程,实现一个三维图形的旋转显示-This procedure in the Visual C++ 6.0 environment using OpenGL programming, to achieve the rotation of a three-dimensional graphics display
- 2023-08-28 06:55:03下载
- 积分:1
-
二
二维图像的三维显示 详细信息 < OpenGL > 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。本代码在Windows2000下编译通过。 -two-dimensional images of three-dimensional display detailed information Image Processing himself 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 co
- 2022-05-22 12:29:02下载
- 积分:1