-
OpenGL_参考手册
OpenGL_参考手册-OpenGL_ reference manual
- 2023-08-13 03:05:04下载
- 积分:1
-
雷达扫描图
用OPENGL 在MFC程序上绘制雷达扫描图 ,使用picture control控件,在该控件上绘图,使用线程来开启关闭扫描
- 2022-04-22 13:36:08下载
- 积分:1
-
openGL实现3D模型加载
使用OPENGL实现三维模型的加载。openGL + C++实现3维模型的加载,并显示加载的结果
- 2022-04-28 20:45:40下载
- 积分:1
-
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行...
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行!-a good combination of 3D and OpenGL example, multi-class sports gear, a good effect, and the operational procedures for the provision when the post. Dll files are copied to your system SYSTEM32 directory, they can run!
- 2022-12-10 21:05:03下载
- 积分:1
-
VB+OpenGL编写的二维图形系统,可移动,缩放
VB+OpenGL编写的二维图形系统,可移动,缩放-VB+ OpenGL prepared by two-dimensional graphics system, which can move, zoom
- 2022-03-23 06:08:30下载
- 积分:1
-
用opengl和visual c++ 实现的喷泉效果的演示,漂亮的喷泉
用opengl和visual c++ 实现的喷泉效果的演示,漂亮的喷泉-use opengl and visual c achieve the effect of the display fountains, and beautiful fountains
- 2022-04-27 15:33:20下载
- 积分:1
-
PowerVR OpenGL ES的三角显示,学习如何使用PowerVR显示三角
应用背景这是一个例子,如何使用PowerVR和OpenGL ES显示三维图形环境的三角形,它是强大的环境,支持多平台和发展提供了机会,为机器人和iOS和桌面应用程序,在该实例中你将看到如何编写着色器,相机和其他工具来建立你的场景的PowerVR关键技术在这个应用程序中使用的技术是C + +编程语言除了OpenGL我支持PowerVR库使其跨平台的图书馆图书馆,和IDE开发这个例子里面是VC2008,所以你需要:VC2008和PowerVR图书馆和你将准备开始。更多信息可以访问Imagination PowerVR网站和通过教程一步一步
- 2022-07-19 16:48:31下载
- 积分:1
-
VC++和OPENGL解决了OPENGL的打印及打印预览代码详尽
VC++和OPENGL解决了OPENGL的打印及打印预览代码详尽-VC and OpenGL solve the OpenGL Print and Print Preview detailed code
- 2022-03-24 07:54:36下载
- 积分:1
-
一个用opengl和VC编写的飞机的的简单动画,可以进行简单的操作。...
一个用opengl和VC编写的飞机的的简单动画,可以进行简单的操作。-Opengl and a VC with the preparation of the aircraft simple animation, can be a simple operation.
- 2022-03-09 19:20:21下载
- 积分: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