搜索资源列表
知三点求圆心半径
- 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use separate
PLDistance
- 已知三维点和三维线的坐标和代表式,求两者间最短距离,用对话框实现,可以提出算法函数单独使用-known three-dimensional and three-dimensional point of the line-coordinates and representatives, for the shortest distance between the two, with dialog to achieve, we can make use of arithmetic functions
二维图像三维显示
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是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运行时的环境变量,三
vtkDLGTest
- 在vc++下,结合VTK实现三维图象的,打印输出,对话框版-in vc, in conjunction with VTK 3D images, print output, the dialog version
Openearth
- 用OpenGL实现展开地球的三维动画 打包说明:打包软件为winzip,其中paper.zip为正文压缩文件,解压后 为word2000环境下的正文文件paper.doc,program.zip为源程序压缩文件,解压后为VC++6.0环境下的工程文件OpenEarth.dsp等系列程序...及作为纹理使用的位图文件Wordmp.bmp 程序使用说明 解压program.zip为源程序压缩文件,将opengl32.lib glu32.lib glaux.lib等库文件拷
20052111201507
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
3dbar_src
- 三维状态显示的对话框-3D state of the dialog box shows
3dbmp
- MFC实现一个对话框,读入位图,运用OpenGL,实现图片的三维显示,运用各种渲染方式
projection
- 三维图形的平移,通过点击或者通过对话框输入平移参数 -3D graphics translation, by clicking on the dialog box or through the importation of translation parameters
Static_OpenGL_Transprent
- 一个扩展CStatic类的OpenGL图像处理显示类。该类可以很容易移植在对话框中用于三维图像处理,并且可以支持鼠标旋转、平移、缩放模型。功能强大。-an expansion of the category CStatic OpenGL display image processing category. These can be easily transplanted in the dialog box for three-dimensional image processing, and s
OPENGL对话框显示
- 利用opengl库实现在对话框中三维场景的显示
dialog2
- 用MATCOM实现二维和三维的对话框作图-MATCOM achieve with two-dimensional and three-dimensional mapping of the dialog box
AddView
- 这是一个基于对话框的动态添加视图文件,在里面可以实现动态增加三维立体图像的展示等等。-This is a dialog based on the added dynamic view documents, which can be achieved in the dynamic increase of three-dimensional image display and so on.
sanweihuitu
- 三维绘图程序,实现在对话框中输入一点从而在相应的三维坐标中显示-Three-dimensional drawing program to achieve in the dialog box, enter 1:00 in the corresponding three-dimensional coordinates to display
615070
- 三维零件转换为二进制保存到数据库,在工程中已经千锤百炼了,(Three dimensional parts converted to binary saved to the database, have dental laboratories in the engineering,)
VSGJ2
- 用C++骗写的一个场景漫游,通过光标的移动来改变三维的场景(Written in c + + to cheat a scene roaming, by moving the cursor to change the 3 d scene)
46474626
- 滚动TEXT显示框,可作为三维动画处理,主要用于美化界面,不错(Scrolling TEXT box, and can be used for processing, 3 d animation is mainly used to beautify the interface, good)
eqrivalbnce
- 滚动TEXT显示框,可作为三维动画处理,主要用于美化界面,不错()
三维速度场图像vc源码
- 在工程绘图中,经常需要实现三维速度场的绘制,本案例采用VC和OpenGL实现对话框界面内3D速度场分布,对三维图像开发编程具有十分重要参考作用。