ply2vri-1.1

所属分类:图形图像处理
开发工具:Visual C++
文件大小:162KB
下载次数:23
上传日期:2008-08-05 16:49:20
上 传 者qxj1234
说明:  三维模型格式转换代码,PLY转换成VRI.图形图像处理者有一定参考价值.
(Three-dimensional model of format conversion code, PLY converted to VRI. Those who deal with graphics images have a certain reference value.)

文件列表:
ply2vri (0, 2002-10-25)
ply2vri\license.txt (2120, 2002-10-16)
ply2vri\Makefile (409, 2002-10-16)
ply2vri\mat.h (21229, 2002-10-16)
ply2vri\ply.h (8805, 2002-08-15)
ply2vri\ply2vri.cpp (17079, 2002-10-25)
ply2vri\ply2vri.dsp (5449, 2002-10-16)
ply2vri\ply2vri.dsw (537, 2002-08-14)
ply2vri\ply2vri.exe (229376, 2002-10-25)
ply2vri\plyfile.c (71025, 2002-10-25)
ply2vri\trimesh.cpp (28582, 2002-10-25)
ply2vri\trimesh.h (1994, 2002-10-25)
ply2vri\vec.h (24520, 2002-10-16)
ply2vri\vrip (0, 2002-10-25)
ply2vri\vrip\ChunkAllocator.cpp (2099, 2002-08-15)
ply2vri\vrip\ChunkAllocator.h (1095, 2002-08-15)
ply2vri\vrip\ChunkLink.cpp (1086, 2002-08-15)
ply2vri\vrip\ChunkLink.h (888, 2002-08-15)
ply2vri\vrip\defines.h (2498, 2002-08-15)
ply2vri\vrip\OccGrid.cpp (6322, 2002-08-15)
ply2vri\vrip\OccGrid.h (1356, 2002-08-15)
ply2vri\vrip\OccGridRLE.cpp (32729, 2002-08-15)
ply2vri\vrip\OccGridRLE.h (6165, 2002-08-15)
ply2vri\vrip\tmpvars.h (752, 2002-08-15)
ply2vri\vrip\vrip.h (2022, 2002-08-15)

ply2vri release 1.1 October 25, 2002 http://grail.cs.washington.edu/software-data/ply2vri *** For license information, please see license.txt. *** Overview ======== This is a simple command line tool for converting triangle meshes in PLY format into volumetric grids in VRI format. Getting it to run ================= For Windows users, and executable has been provided (ply2vri.exe). If you want to compile the source code, the Visual Studio v6 project files are included. Under Linux, run make. With luck, an executable will be produced. To run the tool, type "ply2vri foo.ply foo.vri" from a command prompt, where "foo.ply" is the name of the PLY file to read, and "foo.vri" is the name of the VRI file to output. More options are avaiable; run "ply2vri" with no parameters to see a list. Additional documentation can be found on the web page: http://grail.cs.washington.edu/software-data/ply2vri Problems? ========= Contact Brett Allen (allen@cs.washington.edu). Release History =============== Version 1.1 - Oct 25, 2002 - changed command line parameter syntax - fixed a bug that would cause noise and flipped signs - added per-voxel algorithm - added template VRI support Version 1.0 - Oct 16, 2002 - initial release

近期下载者

相关文件


收藏者