搜索资源列表
vrml file read and write src
- 这个是三维WRL格式文件的读取和写入源代码,有关三维和CAD的朋友可以参考-WRL this is the three-dimensional format read and write source code, the three-dimensional CAD and friends can reference
vrml_doc
- 这个是三维WRL格式文件的读取和写入源代码的相关文档,准备做三维编辑和CAD的朋友可以-WRL this the three-dimensional format read and write to the relevant source code files, prepared to do editing and 3D CAD friends can s
导弹发射演示
- 导弹发射演示:可以切换多个视角,由可执行文件和可编译运行的原代码组成!-missile launch demo:multiplex viewpoint,making up of executable file and compilable source sound
ply文件格式源代码
- 三维图形学,逆向工程一个文件格式读入与输出的源代码,大家有意可以研究一下。-3D Computer Graphics.VC in/out source code of a file format about reverse engineering .
ReadCADPic
- 你不可能有的CAD读写程序,主要用于打开CAD产生的各种文件,如:dwg,dwf等,可以提取图章信息-You can not have program for reading CAD,but you can open all kinds of files made by CAD, such as dwg,dwf etc. you get the information of picture
一个完善的读取3DS文件例子
- 可以用来读取3DS文件模型,一个非常完善的类,可读较大一部分3DS模型-used to read 3ds model. It is perfect class which is able to read mostly 3ds model
maya obj文件读取
- maya的obj文件读取基于opengl编程c++程序
3ds文件读取
- 一个完善的读取3ds文件的例子,你可以参考学习
off文件读取
- off是三维网格图形模型的常用标准格式,本程序可正确读取文件内容,并形成顶点及面的结构数据。
利用VTK读取系列BMP文件并进行体绘制
- 利用三维建模软件VTK,读取系列BMP文件, 经过处理, 进行体绘制。并可改变传递函数来设置透明度。
.obj 3D模型文件载入程序
- Visual Studio c++载入.obj 3D模型文件
用OpenGL实现读取三维模型obj文件的一个例
- 用OpenGL实现读取三维模型obj文件的一个例子,供参考-This is the code to read Obj file
STL_DISPLAY_Display
- STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上-a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen.
GRD二进制文件格式说明及源程序
- surfer 8.0支持的GRD二进制文件格式说明及源程序-surfer 8.0 GRD support binary file formats and source code
simuSkele
- 基于人体骨骼动画设计方法,x文件设计有不足之处。-Design method based on human skeletal animation, x document design inadequacies.
3DSMaxVC
- 3dsmax 将.3ds文件转换为.x文件 然后用VC++ 调用.x文件-3dsmax
matlab读取stl文件
- matlab的一个小demo程序,主要包含stl文件在matlab软件中的读取,以及哈希顶点函数的实现。
pcd文件处理
- 可实现包括pcd文件的读取,滤波,曲面重建等功能,使用qt图形化界面
ascread
- matlab中读取asc点云文件,形成点云数据(Read ASC point cloud file in MATLAB to form point cloud data)
点云文件读写工具源码
- 一个非常实用可以处理las文件的工具,实现多种功能,如读写las文件,分类,分块,抽稀和合并,生成边界线,生成DEM,点云高度归一化,数据格式转换和波形数据压缩等。