搜索资源列表

  1. 逆向工程中复杂拓扑关系的三角网格构造

    0下载:
  2. 这篇文章介绍了如何从点生成三角网格
  3. 所属分类:其他书籍

    • 发布日期:2010-12-28
    • 文件大小:91272
    • 提供者:sbjzxy
  1. qslim-2.1.tar

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

  1. ttl-1.0.0

    2下载:
  2. 德劳内三角算法实现二维或三维任意点的三角网格划分C-Delaunay triangulation algorithm arbitrary two-dimensional or three-dimensional triangular point mesh C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:728064
    • 提供者:朱磊
  1. 使用三角网格逼进球面_完美版

    0下载:
  2. 一个自己好玩的程序,主要是用三角面片构成一个球,三角面片的面积相同但形状不同-a fun own procedures, it is mainly used triangular facets pose a ball, and the triangular facets of the same size but different shapes
  3. 所属分类:3D图形编程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:孔晓东
  1. delauncy

    0下载:
  2. 生成tin,三角网格的显示,delauncy三角形的显示-generation tin, the triangular mesh, the triangular show delauncy
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:41984
    • 提供者:guww
  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 deletio
  3. 所属分类:3D图形编程

    • 发布日期:2024-04-29
    • 文件大小:14336
    • 提供者:tqg
  1. sanjiaojianhua

    0下载:
  2. 一个关于三角网格的程序 可以通过三维点恢复它的立体图像-on a triangular grid of the procedure can be three-dimensional point resume its three-dimensional images
  3. 所属分类:3D图形编程

    • 发布日期:2024-04-29
    • 文件大小:2804736
    • 提供者:jiang
  1. OpenMesh_1.9.4.tar

    0下载:
  2. 著名的三角网格处理开放源代码程序,提供了数据半边结构,代码很清晰,使用方便,大大提高三维图形开发速度。-famous triangular mesh handle open source procedures, the data structure sideways, code is very clear. easy to use, greatly improving the development of 3D graphics spe
  3. 所属分类:3D图形编程

    • 发布日期:2024-04-29
    • 文件大小:333824
    • 提供者:刘小启
  1. xf

    0下载:
  2. 二维三角网格细分,并同时建立新的三角网格的拓扑结构-2D triangular mesh subdivision, and at the same time establishing a new triangular mesh topology
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:wu
  1. 54517008

    0下载:
  2. delaunay三角剖分实现离散点生成三角网格算法,精简好用-Delaunay Triangulation achieve discrete points triangular mesh generation algorithm, streamlining handy
  3. 所属分类:压缩解压

    • 发布日期:2024-04-29
    • 文件大小:16384
    • 提供者:刘清
  1. GenDelaunay2D

    0下载:
  2. 一个二维Delaunay三角网格剖分算法,希望对大家的研究有所帮助。-Delaunay triangulation of a two-dimensional mesh generation algorithm, and they hope to help everyone study.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:2040832
    • 提供者:胡岩
  1. CreateTriangle

    0下载:
  2. 三角网的计算与绘制,对给定的点按照角度自动创建三角网格,然后用创建的三角网格进行计算,最后绘图-Triangulation Calculation and mapping of a given point is automatically created in accordance with the angle of triangular mesh, and then create a triangular mesh is calcul
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:29696
    • 提供者:Henry
  1. triangle

    0下载:
  2. 效率极高的基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入matlab中。-Based on highly efficient delaunay triangular mesh generation process, but there is no graphics output, you can only generate documents in directly into matlab.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:108544
    • 提供者: 徐天
  1. Voronoisweepline

    0下载:
  2. 经典网格生成程序源代码,采用sweepline扫描线构建Vornoi图结构生成三角网格。-Classic mesh generation source code used to build sweepline scan line Vornoi map the structure of triangular mesh generation.
  3. 所属分类:3D图形编程

    • 发布日期:2024-04-29
    • 文件大小:323584
    • 提供者:lyang
  1. mesher3d

    0下载:
  2. 一个散乱点三角网格剖分得例子,源代码是我毕业设计做得。-A scattered-point triangular mesh generation have examples, source code is my graduation project done.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:497664
    • 提供者:杨晓波
  1. testDelaunay

    0下载:
  2. 通过鼠标任意点击形成任意点集合,可进行delaunay三角网格剖分,对于初学网格剖分或者对网格剖分有困难的,是一个很好的学习源码。
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:7503872
    • 提供者:小青
  1. Mesh_Simplification

    0下载:
  2. 三角网格简化的边塌缩算法实现,网格输入文件支持标准.obj格式(bin文件夹中附有一个,可用notepad打开),化简后通过OpenGL显示结果-Triangle mesh simplification edge collapse algorithm, the grid supports standard input file. Obj format (bin folder with a notepad available to ope
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:354304
    • 提供者:许民皆
  1. delaunay

    0下载:
  2. 利用delaunay算法作三角网格,很不错的代码-Use delaunay algorithm for triangular mesh, it is good code
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:141312
    • 提供者:wangyun
  1. 三角网格模型

    0下载:
  2. 三角网格模型(切平面法失、以及三角网格面片求取)。(Triangular mesh model (cut plane method lost, as well as triangular mesh patch seeking).)
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:10677248
    • 提供者:HJL Kevin
  1. 三角网格曲面参数化

    0下载:
  2. 我收集的三角网格参数化算法论文,其中保角算法我用代码验证过,效果不错,就是效率很慢,欢迎大家一起来写代码验证。(I collect the triangular mesh parameterization algorithm, the conformal algorithm is verified by code, and the effect is good, that is, the efficiency is slow. Welc
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:10409984
    • 提供者:叶飞飞
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org