搜索资源列表
-
2下载:
一个浙江大学教授写的三维网格简化的源代码,用的是能量误差算法!-a professor of Zhejiang University wrote 3D mesh simplification of the source code, using the energy error algorithm!
-
-
0下载:
三角网格简化源代码,效果较好,推荐使用,欢迎使用,-triangular mesh simplification of the source code, the result is better and recommended use, Welcome,
-
-
1下载:
三角网格的简化代码,速度很快-triangular mesh simplification of the code, very fast
-
-
0下载:
网格简化,对与3D模型处理很有帮助,希望大家能喜欢-mesh simplification,very useful in the 3D modeling
-
-
1下载:
三角片图形简化源代码,使用vc++和OpenGL开发,功能强大-Triangle mesh simplification source code,developed by visual c++ and opengl,it s very useful!
-
-
0下载:
这是上计算机图形学的课程时老师讲解内容的一部分 mesh分片是个长久不衰的技术 很好很强大-This is a course on computer graphics part of the teacher to explain the contents of the mesh points is a long-lasting piece of technology a very powerful
-
-
1下载:
可以简化obj,ply等三维模型,1:在VC++2008上运行oglpemsh.dsw 文件
2:选择要简化的模型,eg:huge_bunny.ply
3:选择简化
-Mesh Simplification Viewer
This program implements four different mesh simplification algorithms. After loading a mesh, the user can easily remove triangl
-
-
0下载:
网格简化程序,将标准的obj三维模型文件简化成为包含三角面片较少的三维模型,之后通过opengl显示出来。采用的主要算法为边坍缩算法。-Mesh simplification of procedures, the obj 3D model file standard simplified 3D model contains triangles become less, then through the OpenGL display. The main algorithm uses edge co
-
-
1下载:
网格简化,
将复杂的带有很多细节的物体的三维立体网格进行任意比例的简化,使得其减少点和面片的数量并保持物体的基本特征,以达到加快图像显示及压缩文件的效果。-Mesh simplification, the complex three-dimensional grid with many of the details of the object simplified in any proportion, such that it reduce the number of points and
-
-
0下载:
针对ply文件格式的网格简化代码实现,简化方法主要是利用二次误差矩阵的方法减少面片数。在vs上执行oglpmesh.dsw文件在视图中添加文件中的自带的ply模型可进行模型简化实现。-The simplification method is to reduce the number of patches by using the quadratic error matrix method. Execute the oglpmesh.dsw file on vs Add the ply model
-
-
0下载:
三角网格简化算法从,适合图形学入门者学习。(From the algorithm of triangle mesh simplification, suitable for beginners to learn graphics.)
-