CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 3D图形编程 搜索资源 - 网格简化

搜索资源列表

  1. 网格简化

    0下载:
  2. 在三角网格重建的过程中,平坦区域可以用较少的三角形表示,而曲率较大的地方应该有更多的三角形,本程序删减平坦区域的三角形-triangular mesh in the process of redevelopment, the flat region can use smaller triangles, Curvature and the larger part should be more triangular, the deletion procedures flat triangle reg
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:14167
    • 提供者:tqg
  1. 3dSimplifier

    2下载:
  2. 一个浙江大学教授写的三维网格简化的源代码,用的是能量误差算法!-a professor of Zhejiang University wrote 3D mesh simplification of the source code, using the energy error algorithm!
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:815605
    • 提供者:wuhanwangtao
  1. jianhau

    0下载:
  2. 三角网格简化源代码,效果较好,推荐使用,欢迎使用,-triangular mesh simplification of the source code, the result is better and recommended use, Welcome,
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:76462
    • 提供者:抑扬
  1. 20050921094855818

    1下载:
  2. 本源码通过使用多边形减面算法,实现了模型的网格简化,为复杂三维模型的渐进表达,渐进传输提供了很好的参考
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:76149
    • 提供者:jiangshaobo
  1. bunnylod

    0下载:
  2. 网格简化 计算机图形学 初学者可以看看 一个老外写的很不错的源码
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:90924
    • 提供者:吴燕玲
  1. wanggemoxing

    1下载:
  2. 三维网格模型的简化,直接运行DEMO文件夹下的文件,然后加载模型。本程序适合搞网格模型简化的朋友。
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8240268
    • 提供者:张冲
  1. qslim-2.1.tar

    1下载:
  2. 三角网格的简化代码,速度很快-triangular mesh simplification of the code, very fast
  3. 所属分类:3D图形编程

  1. face3d(3).rar

    0下载:
  2. 实现三维颅骨的打开,及网格简化和一系列操作。, Reality of 3D Skull ,Open File, Net simplified, a serials of operations.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-09
    • 文件大小:2464961
    • 提供者:张喜峰
  1. meshsimpilification

    0下载:
  2. 网格简化,对与3D模型处理很有帮助,希望大家能喜欢-mesh simplification,very useful in the 3D modeling
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:76462
    • 提供者:yitian
  1. ToShare_SurfaceSimplification_using_quadric_error_

    0下载:
  2. 采用java实现基于二次误差度量的网格简化算法;主要使用了java的集合框架中的treeSet -Surface Simplification Using Quadric Error Metrics
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-23
    • 文件大小:816251
    • 提供者:梁超
  1. mesh.tar

    0下载:
  2. 网格简化程序,将标准的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
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1388154
    • 提供者:terran
  1. mesh_simplification

    1下载:
  2. 网格简化, 将复杂的带有很多细节的物体的三维立体网格进行任意比例的简化,使得其减少点和面片的数量并保持物体的基本特征,以达到加快图像显示及压缩文件的效果。-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
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:594047
    • 提供者:Dash Chen
  1. meshsimplification

    0下载:
  2. 网格简化程序基于3D三角网格简化,代码简单实用,而且非常有效的节省时间-meshsimplification is a C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes. The goals of the code are ease of use and efficiency, possibly at the expense of some genera
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-27
    • 文件大小:10332160
    • 提供者:alice
  1. MESH--SIMPLE

    0下载:
  2. 针对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
  3. 所属分类:3D Graphic

    • 发布日期:2017-12-14
    • 文件大小:30123008
    • 提供者:china
  1. simplify

    0下载:
  2. 三角网格简化算法从,适合图形学入门者学习。(From the algorithm of triangle mesh simplification, suitable for beginners to learn graphics.)
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-19
    • 文件大小:1498112
    • 提供者:DavidLee
  1. 网格简化源码

    0下载:
  2. 简化3d模型网格数,生成适合在LOD中使用的多层次模型。(It simplifies the number of grid in 3D model and generates multi-level models suitable for LOD.)
  3. 所属分类:3D图形编程

    • 发布日期:2018-05-02
    • 文件大小:16012288
    • 提供者:光年do
搜珍网 www.dssz.com