登录
首页 » Visual C++ » An_example_of_Tetgen

An_example_of_Tetgen

于 2021-03-14 发布 文件大小:5350KB
0 320
下载积分: 1 下载次数: 72

代码说明:

  不是本人编的,转自csdndengpengyong,个人能力有限,望谅解。Tetgen是一个生成四面体网格的开源工具,本实例提供了从网上下载的开源的源码和一个简单的使用的示例,其中附带了Tetgen自带了的一个查看剖分出来的网格的工具TetView.exe,可以运行打开剖分出来的文件查看剖分的结果是否正确。(I was not prepared, carried csdndengpengyong, individual ability is limited, hope and understanding. Tetgen tetrahedral mesh generation is an open source tool, the examples provided from the Internet to download the open source code and a simple example of the use of which comes Tetgen comes out of a mesh grid view tool TetView . exe, you can run out of file viewing open split split the results are correct.)

文件列表:

TetgenTest
..........\Debug
..........\.....\TetgenTest.exe,926208,2011-08-02
..........\.....\TetgenTest.ilk,903968,2011-08-02
..........\.....\TetgenTest.pdb,1952768,2011-08-02
..........\TetgenTest
..........\..........\barin.node,252,2011-08-02
..........\..........\barin.poly,493,2011-08-02
..........\..........\barout.ele,23432,2011-08-02
..........\..........\barout.face,11828,2011-08-02
..........\..........\barout.node,7047,2011-08-02
..........\..........\Debug
..........\..........\.....\BuildLog.htm,7662,2011-08-02
..........\..........\.....\main.obj,21449,2011-08-02
..........\..........\.....\mt.dep,65,2011-08-02
..........\..........\.....\predicates.obj,300706,2011-08-02
..........\..........\.....\stdafx.obj,12421,2011-08-02
..........\..........\.....\tetgen.obj,1563083,2011-08-02
..........\..........\.....\TetgenTest.exe.embed.manifest,663,2011-08-02
..........\..........\.....\TetgenTest.exe.embed.manifest.res,728,2011-08-02
..........\..........\.....\TetgenTest.exe.intermediate.manifest,621,2011-08-02
..........\..........\.....\TetgenTest.obj,21331,2011-08-02
..........\..........\.....\TetgenTest.pch,3211264,2011-08-02
..........\..........\.....\vc90.idb,273408,2011-08-02
..........\..........\.....\vc90.pdb,331776,2011-08-02
..........\..........\main.cpp,7947,2011-08-02
..........\..........\predicates.cxx,176379,2011-04-12
..........\..........\ReadMe.txt,1201,2011-08-02
..........\..........\stdafx.cpp,215,2011-08-02
..........\..........\stdafx.h,315,2011-08-02
..........\..........\targetver.h,498,2011-08-02
..........\..........\tetgen.cxx,1254291,2011-08-02
..........\..........\tetgen.h,142168,2011-08-02
..........\..........\TetgenTest.vcproj,4689,2011-08-02
..........\..........\TetgenTest.vcproj.peng-PC.peng.user,1411,2011-08-02
..........\TetgenTest.ncb,10710016,2011-08-02
..........\TetgenTest.sln,896,2011-08-02
tetview-win.zip,695394,2011-07-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • read3D_RMA
    是3d_rma数据库读写的程序,原来随数据库附带的读数据的程序读出的点有误,在此基础上做了一些修改,可以正确的读出。(3d_rma database is read-write procedure, the original database with the data attached to the procedure time to read out the points to be wrong, on this basis to do some modifications, you can read out the correct.)
    2008-04-01 15:40:18下载
    积分:1
  • OgreSkeletalanimtion
    有关Ogre中骨骼动画这方面的几份资料的汇总包括源码(For Ogre in skeletal animation in this regard, including a summary of several data source)
    2013-07-30 11:11:07下载
    积分:1
  • project
    说明:  课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统.必做部分: 1、学习3DS Max 的基本功能,并采用3DS Max 对三维场景进行建模,要求 场景中包含建筑物、道路、天空等基本元素,实现场景的纹理贴图功能。 2、通过3DS Loader 读取场景数据。。 3、学习并使用OpenGL 或DirectX 3D 实时绘制上述场景。 4、提供用户界面,并实现场景的交互漫游功能。 选做部分: 1、在场景中添加了三维地形。 2、实现雾这种气象条件的实时绘制。 3、实现计算机动画技术,飞机在天空中飞,圆环在不停的运转。 4、阴影的绘制 5、在场景中添加了喷泉。 6、实现Billboard 绘制技术。 7、添加了美妙的背景音乐。 (The main content of curriculum design for the development of a real-time rendering system of procedures for large-scale three-dimensional scene (running Interface, refer to Figure 1), including part and the election will be made part (where part of the requirements to achieve Optional 2 to 3 Or more than function). Will be part of: 1, learning the basic functions of 3DS Max, and three-dimensional scene using 3DS Max for modeling, requirements Scene includes buildings, roads, skies and other basic elements, to achieve the texture mapping function of the scene. 2, read the scene data by 3DS Loader. . 3, learn and use OpenGL or DirectX 3D real-time rendering the scene. 4, provide the user interface and interaction to achieve the scene roaming. Optional parts: 1, in the three-dimensional terrain scenes added. 2, the fog that weather conditions to achieve real-time rendering. 3, the realization of computer animation technology, aircraft flying in the sky, circle in)
    2011-04-16 21:32:57下载
    积分:1
  • PCShow
    三维点云的伪彩色显示示例。自带5片点云用于测试。可平移、旋转、缩放视图;可单色、伪彩色显示点云。(An example of pseudo-color display of three-dimensional point clouds. It has five point clouds for testing. It can translate, rotate and zoom views; it can display point clouds in monochrome and pseudo-color.)
    2020-11-10 16:59:46下载
    积分:1
  • snow
    D3D开发的粒子系统应用,雪的效果逼真,算法经典。(D3D development of particle system applications, the effect of real snow, the classic algorithm.)
    2010-06-22 21:51:23下载
    积分:1
  • 3Dmesh
    三维图形的切割就是要把三维网格模型进行切割然后以等值线显示切面上的数值。运用适当的三维图形显示技术和可视化C++编成技术来实现的。(Three-dimensional graphics of the cut is to take three-dimensional grid model and then cut the contour values on the display section. Use of appropriate three-dimensional graphics display technology and visualization techniques to compiled C++ implementation.)
    2010-10-16 17:27:19下载
    积分:1
  • Flight3d
    一个用VC6++写的飞机模型,实现用键盘控制其方向,前进,是初学OPENGL的一个很好的例子(An to write with VC6++ aircraft model, use the keyboard to control the direction, forward, is the beginner the OPENGL of a good example)
    2013-03-19 14:34:59下载
    积分:1
  • delanay_all
    说明:  这时一个delaunay三角网的程序,功能强大,并里面有详细说明和程序及原代码。能创建二维和三维的,且能生成模拟的3D图。(then a triangular network nodes procedures, powerful, and there are detailed procedures and the original code. To be able to create two-dimensional and three-dimensional and can generate simulated 3D map.)
    2021-04-09 11:48:59下载
    积分:1
  • Skinmesh
    实现骨骼动画类,实现简单骨骼动画载入鸡演示(Category to achieve skeletal animation, skeleton animation simple loading)
    2009-07-09 19:56:44下载
    积分:1
  • TwoDimensionGraphicConvert
    二维图形的变换,平移,翻转,尺度变换,反射对称,用MFC实现,这是别人的实现,我又给添加了既平移又反转的情况演示(two dimension graphic convert, translate ,rotation,scaling ,reflection symmetric, used by MFC implemented ,though other implement ,but i add the translate and rotation )
    2020-06-30 23:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载