CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - subdivision

搜索资源列表

  1. voronoi

    0下载:
  2. 一个绘制Voronoi图和Delauany三角剖分的程序,并且给出了求凸包的算法。该程序可以演示如何进行三角剖分,帮助你理解整个剖分过程。-a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking a convex hull algorithms. The procedure can demonstrate how triangulation, and help you understand t
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:157952
    • 提供者:晓琳
  1. Book-04-Subdivision.Surfaces.Modeling

    0下载:
  2. Maya即学即会简体中文完整教程..太大了 共14块,解压完100多M,一次传不上去,快下载-that Maya will learn English much integrity Directory .. A total of 14, more than 100 decompression End M, a Biography is not improved, faster download
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:956669
    • 提供者:yuli
  1. subdivision

    0下载:
  2. 多边形网格图形的插值细化算法及其实现 -polygon mesh refinement graphics interpolation algorithm and its implementation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:198120
    • 提供者:吴家道
  1. subdivisionImplementation

    0下载:
  2. Implementation of subdivision: Implement the Catmull-Clark subdivision scheme. Your program should take a single argument on the command line, a mesh to subdivide.-Implementation of subdivision : Implement the Catmull-Clark subdivision sche me. You
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:121541
    • 提供者:李萍
  1. fltj

    0下载:
  2. 分地撒发的撒 阿五日爬起我国从小杂牌俄军哦阿雷公非阿多个-withdraw the subdivision of Bogota on the 5th of China's small kitchen in eager anticipation Russian Thunder oh A number of non-A
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:585828
    • 提供者:grance
  1. data_scvbcontrol

    0下载:
  2. vb数据库,进口货飞机党和国家开发的 进口国会见分地共和国防-vb database, import cargo aircraft and the National Development Party of the importing country against the Republic met with subdivision
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3016
    • 提供者:zr
  1. Sdiv

    0下载:
  2. 用VC和OpenGL编写的图形程序,还包括了一个subdivision算法.适合初学者学习.-VC and OpenGL graphics prepared by the procedures, It also included a subdivision algorithm. for beginners learning.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:74377
    • 提供者:Wayne
  1. microstepping

    0下载:
  2. 用C编写的MICROCHIP单片机和国半驱动芯片(LMD18245)组成的带细分步进电机驱动器方案.-prepared by the SCM and MICROCHIP's semi-Driver IC (LMD18245) component Subdivision with the stepper motor actuator program.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:671646
    • 提供者:李静俊
  1. catmullClark

    0下载:
  2. catmullClark细分算法代码,直接运行的结果为一个实例的细分结果-catmullClark subdivision algorithm code directly to the results of the operation of an example of the breakdown of the results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:41877
    • 提供者:李甜甜
  1. subversion-1.1.4

    0下载:
  2. linux subdivision ying gai ke yi le ba -linux subdivision ying gai ke le ba yi
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:11001237
    • 提供者:西永
  1. xf

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

    • 发布日期:2008-10-13
    • 文件大小:1114
    • 提供者:wu
  1. lesson32

    1下载:
  2. 一个经典的roam算法 打开后可见包围盒,网格细分 体现了lod of detail-roam a classical algorithm can be seen surrounded After opening the boxes, Mesh Subdivision reflects the pedigree of detail
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:760560
    • 提供者:dm
  1. OpenMesh_1.1.0.tar

    0下载:
  2. penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen , as part of the OpenSGPlus project, is funded by the German Ministry for Research
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4933806
    • 提供者:lan1301
  1. subdivision~surfaces~in~character~animation

    0下载:
  2. The creation of believable and endearing characters in computer graphics presents a number of technical challenges, including the modeling, animation and rendering of complex shapes such as heads, hands, and clothing.-The creation of believable
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1035358
    • 提供者:金金
  1. Bezier_CutLIne

    0下载:
  2. 直线段的裁剪和绘制,1、自由曲线包括:二次、三次Bezier曲线,二次、三次均匀B样条曲线; 2、Bezier曲线的实现算法要求选用细分算法; 3、均匀B样条曲线过控制多边形的首末顶点; 4、利用B样条曲线的局部控制性来动态修改曲线形状; 5、界面设计友好、几何直观。 裁剪算法选用Cohen-Sutherland算法; -straight of the cutting and painting, a free curve include : second, third B
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:331797
    • 提供者:rtshen
  1. spheresubdivision

    0下载:
  2. Approximating the sphere by a subdivision mesh. Start from the icosahedron base mesh and iteratively refine the subdivision. Require OpenGL(R). snapshot level 2 PNG, snapshot level 4PNG. -Approximating the sphere by a subdivision mesh. Start from the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1496
    • 提供者:田先生
  1. Polygon-subdivision-surfaces

    0下载:
  2. 这个教程我们用到多边形细分表面,在细分表面上建立锋利的折痕,和焦散效果。我们建立一个多边形球体 (Get>primitive>Poly Mesh>Sphere) -This tutorial we use polygonal subdivision surfaces, establishing sharp creases, and caustic effects on subdivision surfaces. We have established a polygon
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2343564
    • 提供者:dsf
  1. Laplace-grid-subdivision

    1下载:
  2. Laplace 网格剖分,有限元分析对网格剖分的要求 有限元网格生成就是将工作环境下的物体离散成简单单元的过程-Laplace grid subdivision
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:968
    • 提供者:Jack
  1. Subdivision-master

    0下载:
  2. 一个简单的曲面细分程序代码,在VS2012平台下运行(A simple surface subdivision program code)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:12288
    • 提供者:熊熊010101
  1. √3-subdivision

    0下载:
  2. 曲面细分三角形曲面细分方法程序 编译运行通过(Surface subdivision triangular surface subdivision method program compiled and run through)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:hitiler
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com