搜索资源列表
threedbmp.rar
- 在MFC中调用OpenGL库函数来实现二维图像的三维显示
threedbmp.rar
- 在MFC中调用OpenGL库函数来实现二维图像的三维显示
纹理映射Texture
- 本程序在窗口中显示了一个加入纹理的场景,使得该场景更加真实,平滑,是基于单文档的MFC应用程序。 在本程序中,纹理场景是通过SetCheckTexture()函数生成的,然后通过DoTransform()函数 将—个顶点从物体坐标系转换到窗口坐标系,利用openGL进行矩阵计算,通过UpdateModelView()函数和InitMatrices()函数实现。-the procedures in the window shows a scene by adding texture, making
二维图像三维显示
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
threedmesh
- 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三
mfchittest
- opengl在mfc中的单文档多视图显示,适合初学者。可以实现旋转,平移和从不同坐标系观察。-opengl mfc in the multi-view single document, for beginners. Can be achieved as rotation, translation and from different coordinate system observation.
Game
- 一个用MFC的对话框窗口显示的OPENGL动画,可以研究如何在VC++的消息映射和窗口中显示OPENGL动画的示例-with an MFC dialog window shows the OpenGL animation, can study how the news VC mapping and OpenGL window shows examples of animation
20052111201507
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
C__DocumentsandSettings_cq_桌面_VC
- 二维图像的三维显示 详细信息 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初
threedbmp.rar
- 在MFC中调用OpenGL库函数来实现二维图像的三维显示,OpenGL in MFC library function call to achieve the two-dimensional images of three-dimensional display
simulation-moving-use-OpenGL-in-MFC
- 许多运动物体控制的系统设计和仿真过程中,常需要形象、生动地显示被控对象的姿态及运动过程。利用开放图形程序库(OpenGL),可以直观地显示体三维运动仿真画面。-Many moving object control system design and simulation process, often require vivid display of the controlled object posture and movement. The use of open graphics libra
OpenGLdlg
- 利用MFC,基于OPenGL在对话框中显示出来,实现立方体的旋转,移动,缩放等功能,分为手动和自动模式,对OpenGL初学者有很大的借鉴作用-Using MFC, based OPenGL shown in the dialog box to achieve the cube to rotate, move, zoom and other functions, is divided into manual and automatic modes, on the OpenGL great refe
OpenGLDlgTest
- 用基于对话框的MFC程序实现的显示OpenGL图形的源代码,本源代码选择在picture控件中显示OpenGL图形,对想学习MFC与OpenGL混合编程的同学很有帮助。-MFC dialog-based program with the implementation of the OpenGL graphics display the source code, source code control, select the picture to display OpenGL graphics,
robot-arm
- 在Solidworks中做的机械臂模型,保存成stl格式,然后通过deep exploration转换成opengl cpp文件。最后通过MFC实现读取显示。-Solidworks to do in the arm model, save as stl format, and then through deep exploration into opengl cpp file. Finally, read through the MFC to display.
a13
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用opengl库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。-I need to image processing, it would be the realization of two-dimensional images of three-dimensional display, so wr
TestImageViewMFC
- 功能:显示栅格数据 特点: 1 通过GDAL读取栅格数据 2 在MFC对话框上创建OpenGL窗口 3 在OpenGL窗口中显示栅格数据-Function: display raster data features: 1 raster data via GDAL read 2 to create OpenGL in MFC dialog window to display the window in OpenGL 3 raster data
MFCwithOpenGLWindow51
- MFCwithOpenGLWindow51-用多线程方法实现在MFC/WIN32中调用OpenGL函数并创建OpenGL窗口源码.增加了glut定时器控制显示刷新,使得可以在MFC中方便地控制GL绘图。-MFCwithOpenGLWindow51-method with multi-threaded OpenGL function call in the MFC/WIN32 and create OpenGL window source. Increased the glut timer con
Point3Dzjh
- 读取等值线数据,使用opengl在MFC中进行显示。并可进行旋转等-Read contour data, and display using opengl in MFC. And can rotate, etc.
OpenG-Draw-Mesh
- 功能:显示栅格数据 特点: 1 通过GDAL读取栅格数据 2 在MFC对话框上创建OpenGL窗口 3 在OpenGL窗口中显示栅格数据-Function: display raster data features: read by GDAL raster data to create OpenGL window in MFC dialog in the OpenGL window display raster data
use-OpenGL-to-show-the-font
- MFC框架下,在OpenGL中显示文字。-The MFC frame, display text in OpenGL.