-
示例了在MFC框架中直接使用OPENGL API的必须的基本代码
示例了在MFC框架中直接使用OPENGL API的必须的基本代码-example of the MFC framework of the direct use of the OpenGL API to the basic code
- 2022-02-02 09:23:17下载
- 积分:1
-
计算机图形学实用小程序可在TC环境下运行
计算机图形学实用小程序可在TC环境下运行-Computer Graphics utility applets can be run under the Environment TC
- 2022-05-26 15:00:12下载
- 积分:1
-
角色扮演游戏编程,VC和OPENGL综合利用变邪恶游戏的方法。
角色扮演游戏编程,VC和OPENGL综合利用变邪恶游戏的方法。-Role-playing game programming, VC, and OPENGL utilization method of changing the game of evil.
- 2022-06-15 15:42:10下载
- 积分:1
-
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享...
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享
- 2022-07-01 02:26:41下载
- 积分:1
-
OPENGL 3轴机器人完整程序
OPENGL 3轴机器人 雅克比计算 正逆运动学,适合初学者!希望能对大家有用,有不对的地方,请大家见谅!完整的源程序代码,可以自信的阅读一下!
- 2022-08-14 20:44:56下载
- 积分:1
-
opengl写的一段程序,在VC下可以通过,而且允许没有问题,可以作为OPENGL的一个学习实例.
该程序主要是实现三维空间的物体旋转,实现了VC下导...
opengl写的一段程序,在VC下可以通过,而且允许没有问题,可以作为OPENGL的一个学习实例.
该程序主要是实现三维空间的物体旋转,实现了VC下导入3DMAX文件的过程.-opengl write a section of procedures, the VC can be passed, but there is no problem with permit can be used as a learning example OPENGL. realize the program is three-dimensional objects rotate, the VC realize 3DMAX document under the Import process.
- 2022-01-23 10:08:57下载
- 积分:1
-
This is similar OPeninventor the activex control to the form of tree storage obj...
这是类似OPeninventor的activex控件,以树的形式存储对象,构造任意复杂的实体和场景,由于是封装了OpenGL的控件,
用户只要知道怎么建模即可,不必关心OpenGL如何操作。在VS2003下编译通过。-This is similar OPeninventor the activex control to the form of tree storage objects, construction of arbitrary complex entities and scenes, as is the OpenGL control package, the user modeling can be as long as know how, do not have to care about how to do OpenGL. Under the VS2003 compiler through.
- 2022-07-27 13:44:18下载
- 积分:1
-
OpenGL
基于OpenGL三维图形显示中的向量类的封装,可以方便定义其对象,实现便捷的三维图形绘制,供研究开发人员使用。 -OpenGL-based three-dimensional graphical display of the vector type of package, you can easily define the objects, the realization of three-dimensional graphics rendering and convenient for the research and development personnel.
- 2023-09-03 04:20:03下载
- 积分:1
-
OpenGL三维交通场景仿真
OpenGL 三维交通场景仿真,可以创建道路网和通过外部文件添加车辆
- 2023-03-10 00:25: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