-
OpenGL 制作的雪景效果
这是一个MFC写的OpenGL雪景,程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资...
OpenGL 制作的雪景效果
这是一个MFC写的OpenGL雪景,程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,这一个程序是参考NeHe改写而成,对用MFC写OpenGL程序有很好指导作用。-OpenGL effects produced by the snow This is a MFC write OpenGL snow. MFC procedures demonstration of the framework for the development of OpenGL, and demonstration in OpenGL visit Packaging in the executable file resources, This is a reference Retrieved procedures adapted to use OpenGL procedures MFC write a good guide.
- 2022-08-08 20:19:57下载
- 积分:1
-
周卫,中国
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
- 2022-02-25 11:43:21下载
- 积分:1
-
Nehe 的opengl教程 中文
Nehe 的opengl教程 中文-Nehe Guide to the Chinese opengl
- 2022-02-18 17:24:45下载
- 积分:1
-
使用OpenGl实现的霓虹效果。需要OpenGL开发库支持。共有三个例子...
使用OpenGl实现的霓虹效果。需要OpenGL开发库支持。共有三个例子-use OpenGl achieve neon effect. Need to support the development of OpenGL. There are three examples
- 2022-02-09 20:16:26下载
- 积分:1
-
实现碰转的绘制,并且有流动的效果,效果很好
实现碰转的绘制,并且有流动的效果,效果很好-Realize touch to the drawing, and has the effect of the flow, very good
- 2022-07-12 02:10:35下载
- 积分:1
-
用VC+OpenGL编的一个具有简单弯管的程序源代码
用VC+OpenGL编的一个具有简单弯管的程序源代码-this code demostrate how to make a simple curved vessel with opengl
- 2022-06-17 02:35:27下载
- 积分:1
-
基于MFC的简单vega prime框架下的VC++程序,希望对大家有用
基于MFC的简单vega prime框架下的VC++程序,希望对大家有用-Vega prime based on a simple MFC under the framework of VC++ program, hope for all of us
- 2022-12-18 01:05:03下载
- 积分:1
-
学习OPENGL经典的书籍 电子版 又需要的下巴
学习OPENGL经典的书籍 电子版 又需要的下巴-this is a classical book for opengl learn
- 2022-07-07 16:53:01下载
- 积分:1
-
水波浪的OpenGL源代码,对于实现水面特效有参考…
实现水波浪的OpenGL源代码,对于实现水面特效有参考价值。A OpenGL sourcecode to realizing water wave. It is useful for whom want to realize water surface effect.-water wave OpenGL source code, for the achievement of surface effects have reference value. A OpenGL sourcecode to realizing water wave. It is useful for whom want to realize water surface effect.
- 2022-12-12 03:20: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