搜索资源列表
OpenMesh_1.9.4.tar
- 著名的三角网格处理开放源代码程序,提供了数据半边结构,代码很清晰,使用方便,大大提高三维图形开发速度。-famous triangular mesh handle open source procedures, the data structure sideways, code is very clear. easy to use, greatly improving the development of 3D graphics speed.
stanford+rabbit
- stanford大学的兔子,很有名的数据集,搞计算机图形学的人士都知道的-stanford University of rabbits, the well-known data sets and engage in computer graphics people are aware of
Sub
- 采用四边数据结构和细分曲面造型技术构造三维网格图形
OBJ
- 能狗实现.obj格式的三维数据文件的图形模型读取操作。结合相应的实例进行了操作。
vtkUGrid
- 使用代码手动生成VTK的UnstruturedGrid,对从数据到图形显示的学习很有帮助。
Read3DS
- 3ds是三维图形数据格式,利用OpenGL的图形功能和VC++的编辑功能,实现从3DS模型文件中读取模型数据并绘制模型
3d_word
- VC++读取3ds 数据,显示在窗口中,修改了,按键时间过长,导致图形坐标混乱的bug
WildMagic4
- 很好用的3D动画引擎源代码,计算机图形学几何工具算法详解/Geometric Tools for Computer Graphics 配套源代码。由于网络不通畅,我去掉了原包中的例子和数据,仅留下代码库。
off文件读取
- off是三维网格图形模型的常用标准格式,本程序可正确读取文件内容,并形成顶点及面的结构数据。
cast.rar
- 一个基于MPI的并行的体绘制算法,该算法是纯软件实现,在无图形卡的机群上使用,含一个简单的医学图象数据。,MPI-based parallel volume rendering algorithm, which is a pure software implementation, graphics cards without the use of aircraft, including a simple medical image data.
gridfit.rar
- 用MATLAB.实现3维数据立体图,是拟合的图形。,Using MATLAB. The realization of 3-D three-dimensional map data is the fitting graphics.
MatView45.zip
- 三维表面图形控件是建立在OpenGL基础上的控件,给定zij=f(xi,yj)离散数据,可以绘制三维表面图形。三维图形的表面可以使用不同的颜色、光照、纹理,也可以控制其绕x、y、z轴旋转,还可以通过随时间而改变控件中的数据,制作随时间变化的动态图形。三维表面图形控件包含的文件有:matview45.ocx,gl3d20.dll,CqmImg32.dll,Visdp32.dll。,Three-dimensional surface graphics control is built on the
PLY_IO_Read_Write
- PLY文件的读取和写入程序:PLY文件是一个三维图形的数据存储格式,包括了三维曲面上所有采样点的坐标,以及所有采样点间的网络拓扑-A program which can read and write a PLY file
OBJ_DISPLAY_Display
- OBJ文件读取程序:可以读取ASCII格式OBJ后缀的3D图形文件中的数据信息,并显示在屏幕上-a MATLAB program which gets the name of an ASCII OBJ file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen
browse-0.9
- IDL程序辅助浏览三维数据集(如体渲染),二维切片和一维的时间序列图形-Browse is an IDL program that can interactively visualize scalar and vector three-dimensional datasets. It plots 2D slices as either contour, surface, or vector field plots, and 1D line cuts.
terraLib
- 提供交互式图形编辑功能,具有数据库接口,图形数据保存在数据库中。-Extract data from the database to generate word documents.
graphics
- 能将给定的图形数据用opengl画出来,如兔子数据,并实现平移,旋转和缩放功能-To a given data opengl graphics drawn, such as the rabbit data, and to achieve translation, rotation and zoom function
Src
- 在很多书上介绍的三维图形数据都是.obj,3ds格式,.dxf等格式的,真正讲解如何读取的就只有.obj格式文件的。但是我现在所做的内容,要求从.ply文件中读取初始塞维图形数据,-Are many books on the introduction of the three-dimensional graphics data. Obj, 3ds format dxf format really explain how to read only. Obj format. But I am doi
OctreeGPU
- 基于GPU和Octree的3D图形程序,能够实现对3ds模型数据的八叉树管理与渲染,带图形交互功能。-Based on GPU and Octree, managing and rendering 3ds model with Octree and OpenGL, with GUI interaction.
VTK图形图像开发进阶 随书代码
- 本书系统地介绍了VTK基础知识与开发技术,帮助VTK用户从入门到进阶,快速进入项目实战。本书第l章是VTK概览,介绍VTK的发展和编译安装;第2章以实例开题,分析VTK渲染引擎和可视化管线;第3章介绍VTK的基本数据结构,并在第4章中以实例分析VTK中数据读写功能;第5~6章通过实例阐述VTK在图像和图形处理中的应用;第7章分析VTK的体绘制技术;第8章讲述VTK交互技术;第9章内容为VTK在Qt、MFC等环境下的开发技术;第10章分析了VTK的基础架构和管线机制,并通过实例讲解自定义Filte