-
c++ builder 图形图象处理(OpenGL编程)
含有源代码及所有工程文件...
c++ builder 图形图象处理(OpenGL编程)
含有源代码及所有工程文件-c builder graphic image processing (OpenGL Programming) contains all the source code and project documentation
- 2022-04-06 18:47:24下载
- 积分:1
-
OPENGL开发的一个小例子,适合新手参考学习学习
OPENGL开发的一个小例子,适合新手参考学习学习-OpenGL development of a small example, the reference for novice learn from
- 2022-08-25 14:56:32下载
- 积分:1
-
我上传的是基于OpenGL,在Delphi环境下运用的几个小程序,分别在文件夹1,2,3,4,5中,每个文件夹有程序的介绍(txt文件),切记要将glut32....
我上传的是基于OpenGL,在Delphi环境下运用的几个小程序,分别在文件夹1,2,3,4,5中,每个文件夹有程序的介绍(txt文件),切记要将glut32.dll文件拷贝到Windows的System目录下,程序才可运行!由于我还是高校学生,不会太难的程序,望站长酌情考虑-is based on OpenGL, the Delphi environment using a few small programs, in 1,2,3,4,5 folders, each folder on the procedures (txt file), should bear in mind glut32.dll copy the file to the Windows System directory procedures can run! Because I still college students, not too difficult procedures, as appropriate, consider looking head! ! Thank you! !
- 2022-01-25 19:07:48下载
- 积分:1
-
简单的程序有助于测试OpenGL实现采集。许多…
Collection of simple programs helpful for testing an OpenGL implementation. Many have keyboard options (see source for details). and More samples collected from a variety of places-Collection of simple programs helpful for testing an OpenGL implementation. Many have ke yboard options (see source for details). and Mo "re samples collected from a variety of places
- 2022-06-12 23:26:30下载
- 积分:1
-
使用opengl开发的3d碰撞检测的源程序。使用vc6和opengl库开发。
使用opengl开发的3d碰撞检测的源程序。使用vc6和opengl库开发。-source code about Three-Dimension Collision using OpenGL and VC6
- 2023-03-30 21:45:03下载
- 积分:1
-
opengl开发的3D例子
opengl开发的3D例子-opengl example of the development of 3D
- 2022-07-20 10:50:02下载
- 积分:1
-
这是VC和OpenGL制作的场景,其中三成的三维模型数据(数据…
这是OPENGL和VC++制作的场景,其中导入了3D模型数据(数据已经转换为".H"的C语言形式.-This is OpenGL and VC produced scenes three of them into the D model data (data have been replaced. " H "in the form of C language.
- 2023-06-17 05:50:04下载
- 积分:1
-
openGL_shader pdf
THE OPENGL® SHADING LANGUAGE 1
John Kessenich
Dave Ba...
openGL_shader pdf
THE OPENGL® SHADING LANGUAGE 1
John Kessenich
Dave Baldwin
Randi Rost
Version 1.051
28-February-2003-openGL_shader pdf THE OPENGL
- 2022-07-09 05:24:09下载
- 积分:1
-
A class to easily generate AVI video with OpenGL and Video for Windows
A class to easily generate AVI video with OpenGL and Video for Windows
- 2023-01-10 22:15:03下载
- 积分: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