搜索资源列表
三维真实感图形的绘制
- 三维真实感图形的绘制,使用VC固化的头文件-realistic 3D graphics rendering, use VC curing the first document
二维图像三维显示
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和Draw
三维地学建模的技术方法
- 本文介绍了三维建模的基本方法,通过三角网、方格网建立dem文件,数字高程的建模。-This paper introduces the basic 3D modeling methods, through triangulation, Grid establish dem documents, digital elevation modeling.
机器语言实现三维动画
- 下载1.txt后保存到本地硬盘!然后开始——运行——输入command 进入DOS环境 输入debug<d:\\1.txt 回车(假定文件1.txt保存在D盘根目录) 就可以看见三维动画了!还有音乐哦-download 1.txt keeping to the local hard disk! Then they start -- running -- the importation into the DOS comman
三维环境及鼠标控制
- 读入bmp文件并用来生成三维环境,鼠标控制游弋-read bmp file and used to generate 3D environment, mouse cruise control
三维立方体旋转动画
- 这是一个三维立方体旋转动画,但要注意在运行可执行文件时很容易死机。-This is a three-dimensional rotating cube animation, but in which to run the executable file is very prone to crashing.
MESH45.OCX 三维图形控件
- MESH45.OCX 三维图形控件 三维科学图形包括三维网线图形;三维线状图形;三维坐标设置;填充网状图形;填充颜色的层数;颜色分层的数值条;向顶部和底部投影;边框设置;背景颜色设置;实体图形;等高线图形。给定zij=f(xi,yj)离散数据点,三维图形控件可以绘制出各种精美的图形。三维 图形控件包含的文件有:mesh45.ocx,olch3d32.dll,meshxyz.dll。
MFC单文档下地球三维显示
- 使用openGL库文件,在VC6.0下编程,通过纹理映射实现地球在MFC单文档下三维显示。
二进制的STL格式文件
- 二进制格式的STL文件,可用于测试STL编辑可视化软件
ply文件格式源代码
- 三维图形学,逆向工程一个文件格式读入与输出的源代码,大家有意可以研究一下。-3D Computer Graphics.VC in/out source code of a file format about reverse engineering .
3ds文件的场景绘制系统
- 这是一个3ds文件的三维场景绘制的完整系统。主要功能有:3ds文件的读取、添加纹理、文档串行化、拷屏和视频捕捉。对于做虚拟现实和场景模拟的有一定参考意义。-3ds This is a document of 3D Scene Rendering the complete system. The main functions are : 3ds document read, add texture, document serial, em
二维图像三维显示
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和Draw
三维地学建模的技术方法
- 本文介绍了三维建模的基本方法,通过三角网、方格网建立dem文件,数字高程的建模。-This paper introduces the basic 3D modeling methods, through triangulation, Grid establish dem documents, digital elevation modeling.
Labview三维动画演示
- 利用labview编程实现三维动画演示。运行interface文件夹下的main.vi即可看到演示效果。(Realization of 3D animation demonstration by using LabVIEW programming. Run the main.vi under the interface folder to see the demo effect.)
基于VTK的三维重建
- 利用VTK三维重建软件与VS2010结合,读取格式为1文件的系列图像,并能显示三维重建结果,语言为C++语言(Using VTK 3D reconstruction software and VS2010 combination, read the format of the series of images of 1 files, and can display three-dimensional reconstruction res
新建文件夹
- 结构的坐标、振型写入到txt文件里面,画三维振型图(Drawing three dimensional vibration pattern)
读取off文件
- 可以用matlab读取任意off三维模型文件,提取出三维模型的点与面数据。(An arbitrary off 3D model file can be read by MATLAB, and the point and surface data of the 3D model can be extracted.)
三线性分解程序-吴海龙
- 本文件夹包含两个三维数据阵分解的算法:交替三线性分解(Alternating trilinear decomposition)和平行因子分析(Parallel factor analysis)。内含各种编程技巧,望细细体会,加以推广。(Three the linear decomposition procedure is suitable for multidimensional data decomposition such as t
3D STEP Library
- 对三维文件.step结构进行解析,以便于C#导入.step进行图像处理。(Analysis of three dimensional file.Step structure)
将matlab的m文件的三维数据转换成机械软件可读取的iges文件
- 在matlab生成三维数据后,可将其编译成iges格式的文件以便SW,CAD等三维建模读取