当前位置:
首页
资源下载

搜索资源 - mesh simplification
搜索资源列表
-
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下载:
实现边坍塌(edge-collapse)的网格简化方法;程序能指定输入输出的 obj 文件,以及面数的简化比(输出面数占输入面数的百分比),例如:命令行程序可以支持如下参数
mesh_simp.exe 输入.obj 输出.obj 简化比-Achieve edge collapse (edge-collapse) of the mesh simplification methods program can specify the input and output of the obj fil
-
-
0下载:
网格简化,对与3D模型处理很有帮助,希望大家能喜欢-mesh simplification,very useful in the 3D modeling
-
-
0下载:
97年siggraph网格简化程序,用得是ply格式的,供大家使用,-97 years siggraph mesh simplification process is to ply the format used for people to use, huh, huh
-
-
0下载:
Mesh simplification with many algorithmes like QEM, MELAX & Progressive mesh simplification for Open GL
-
-
1下载:
三角片图形简化源代码,使用vc++和OpenGL开发,功能强大-Triangle mesh simplification source code,developed by visual c++ and opengl,it s very useful!
-
-
0下载:
网格简化代码,已在vs2008下调试通过,并带有debug版和release版的可执行文件-mesh simplification code
-
-
0下载:
对原始的三角网格进行八叉剖分,来提高三角网格简化的速度-it carries out the octree to divide the space, puts triangled-meshes
into different spaces,it improves the whole speed of simplification
-
-
0下载:
Triangle Collapse Algorithm Based on Discrete Curvature Estimation-A new mesh simplification algorithm based on surface curvature estimation is proposed and it is on the basis of triangle collapse.According to the discrete curvature on triangle meshe
-
-
0下载:
mesh simplification paper
-
-
1下载:
一个网格简化的程序 一个网格简化的程序,-A simplified procedure for a grid mesh simplification process ,........
-
-
0下载:
实现边坍塌(edge-collapse)的网格简化方法,程序能指定输入输出的 obj 文件,以及面数的简化比(输出面数占输入面数的百分比),例如:命令行程序可以支持如下参数
mesh_simp.exe 输入.obj 输出.obj 简化比(例如 0.3)
-Achieve edge collapse (edge-collapse) of the mesh simplification methods, procedures, input and output can be specifi
-
-
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
-
-
0下载:
基于二次误差度量的网格简化参考资料,包含多篇有研究价值的论文-The reference mesh simplification based on quadric error metrics, contains articles of research value of the paper
-
-
0下载:
三维模型的网格简化算法,通过删除边来减少面片个数,同时保留图形特征-Three-dimensional model of the mesh simplification algorithm to reduce the number of patches by removing the side, while retaining graphic features
-
-
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
-
-
0下载:
三角网格简化算法从,适合图形学入门者学习。(From the algorithm of triangle mesh simplification, suitable for beginners to learn graphics.)
-