登录
首页 » Visual C++ » MESH--SIMPLE

MESH--SIMPLE

于 2014-07-10 发布 文件大小:7155KB
0 246
下载积分: 1 下载次数: 40

代码说明:

  可以简化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 triangles from the mesh and the results are displayed in real time. The mesh can also be rotated and moved closer to or farther away from the viewer. The goal of mesh simplification is to display a 3D polygonal mesh with fewer triangles while retaining the same shape. In the example above, the original cow model (upper left) is made up of over 5800 triangles. We can easily remove thousands of triangles from this mesh and still display a very similar cow model. While the 500 triangle cow is a cruder representation, this may not make a difference if the cow is far away from the viewer. )

文件列表:

网格简化源码
............\jmspmesh
............\........\apple.ply,50262,1998-09-08
............\........\big_porsche.ply,323275,1998-09-08
............\........\cat.ply,16668,1998-09-08
............\........\cow.ply,177472,1998-09-08
............\........\Debug
............\........\.....\BuildLog.htm,28104,2009-03-06
............\........\.....\glmodelwin.obj,91914,2009-03-06
............\........\.....\glmodelwin.sbr,0,2009-03-06
............\........\.....\main.obj,201310,2009-03-06
............\........\.....\main.sbr,0,2009-03-06
............\........\.....\mesh.obj,708997,2009-03-06
............\........\.....\mesh.sbr,0,2009-03-06
............\........\.....\mt.dep,67,2009-03-06
............\........\.....\oglpmesh.bsc,4705280,2009-03-06
............\........\.....\oglpmesh.exe,895488,2009-03-06
............\........\.....\oglpmesh.exe.embed.manifest,406,2009-03-06
............\........\.....\oglpmesh.exe.embed.manifest.res,472,2009-03-06
............\........\.....\oglpmesh.exe.intermediate.manifest,381,2009-03-06
............\........\.....\oglpmesh.ilk,2202748,2009-03-06
............\........\.....\oglpmesh.pdb,4254720,2009-03-06
............\........\.....\pmesh.obj,1018004,2009-03-06
............\........\.....\pmesh.sbr,0,2009-03-06
............\........\.....\polydemo.res,4804,2009-03-06
............\........\.....\triangle.obj,284908,2009-03-06
............\........\.....\triangle.sbr,0,2009-03-06
............\........\.....\vc60.idb,205824,2009-01-06
............\........\.....\vc60.pdb,167936,2009-01-06
............\........\.....\vc90.idb,674816,2009-03-06
............\........\.....\vc90.pdb,413696,2009-03-06
............\........\.....\vec3.obj,243535,2009-03-06
............\........\.....\vec3.sbr,0,2009-03-06
............\........\.....\vertex.obj,412545,2009-03-06
............\........\.....\vertex.sbr,0,2009-03-06
............\........\glmodelwin.cpp,10715,2009-03-03
............\........\glmodelwin.h,3408,2009-03-03
............\........\hind.ply,183106,1998-09-08
............\........\huge_bunny.ply,3219850,1998-10-03
............\........\main.cpp,15303,2009-03-06
............\........\mesh.cpp,9704,2009-03-11
............\........\mesh.h,2471,2009-03-03
............\........\oglpmesh.dsp,5090,2002-04-12
............\........\oglpmesh.dsw,539,2008-12-27
............\........\oglpmesh.ncb,7375872,2009-03-06
............\........\oglpmesh.opt,54784,2009-01-06
............\........\oglpmesh.plg,36172,2009-01-06
............\........\oglpmesh.sln,881,2009-03-04
............\........\oglpmesh.vcproj,9653,2009-03-03
............\........\oglpmesh.vcproj.BYDHQ.zdd567568.user,1413,2009-03-06
............\........\pmesh.cpp,32297,2009-03-03
............\........\pmesh.h,7601,2009-03-03
............\........\polydemo.aps,24964,2009-03-03
............\........\polydemo.rc,8711,2002-04-15
............\........\propslim.cpp,11647,2009-04-09
............\........\Release
............\........\.......\BuildLog.htm,20802,2009-03-03
............\........\.......\glmodelwin.obj,24698,2009-03-03
............\........\.......\glmodelwin.sbr,0,2009-03-03
............\........\.......\main.obj,78327,2009-03-03
............\........\.......\main.sbr,0,2009-03-03
............\........\.......\mesh.obj,257601,2009-03-03
............\........\.......\mesh.sbr,0,2009-03-03
............\........\.......\mt.dep,67,2009-03-03
............\........\.......\oglpmesh.bsc,4631552,2009-03-03
............\........\.......\oglpmesh.exe,194048,2009-03-03
............\........\.......\oglpmesh.exe.intermediate.manifest,381,2009-03-03
............\........\.......\pmesh.obj,352185,2009-03-03
............\........\.......\pmesh.sbr,0,2009-03-03
............\........\.......\polydemo.res,4804,2009-03-03
............\........\.......\triangle.obj,112585,2009-03-03
............\........\.......\triangle.sbr,0,2009-03-03
............\........\.......\vc90.idb,330752,2009-03-03
............\........\.......\vec3.obj,101744,2009-03-03
............\........\.......\vec3.sbr,0,2009-03-03
............\........\.......\vertex.obj,150694,2009-03-03
............\........\.......\vertex.sbr,0,2009-03-03
............\........\resource.h,1880,2002-03-10
............\........\triangle.cpp,2460,2009-03-03
............\........\triangle.h,3822,2009-03-03
............\........\vec3.cpp,737,2009-03-03
............\........\vec3.h,3603,2009-03-03
............\........\vertex.cpp,4819,2009-03-03
............\........\vertex.h,8350,2009-03-03
............\运行说明.doc,19968,2014-07-10

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

发表评论

0 个回复

  • VideoCapture.rar
    利用directshow在VC6.0环境下完成多路视频采集(本例中实现两路)(Use DirectShow in VC6.0 environment to complete multi-channel video capture (in this case the realization of two-way))
    2008-05-18 15:54:36下载
    积分:1
  • tuxiangzhenshiganshanweijianmo.pdf
    形状和表面颜色是表征真实物体属性的两个要素.随着三维扫描技术的发展,获取精确稠密的三维数据已经 比较容易.通过对获取的三维数据做相关处理,就能够生成正确表达物体形状的几何模型,但仅仅如此还不足以精 确建模真实物体.为了建立照片真实感的三维模型,还需要将物体的表面颜色和几何模型融合.如果彩色相机和三 维扫描仪固定在一起,这个问题很容易解决.但是,这种固定采集方式在应用时很不方便,对采集数据限制很大,因 此需要将三维数据和彩色图片采集分开进行,通过后期合成方式来融合两种数据.(err)
    2008-03-03 15:32:46下载
    积分:1
  • Play-XM
    Visual C++ example source code, welcome to try.(Easy to use player software trial, welcome to try. Email: lujunlijustin@yahoo.com.tw )
    2012-01-19 17:18:51下载
    积分:1
  • ParallelPortTest
    利用DriverLINX Port IO Driver实现的计算机并口端口位输入输出测试程序。(DriverLINX Port IO Driver using computer parallel port to achieve digital input and output test procedure.)
    2008-12-26 10:41:20下载
    积分:1
  • processCode
    经典,功能详尽的,查看系统进程详细的VC6源代码。包括源代码和演示()
    2007-09-28 22:22:08下载
    积分:1
  • code
    program to compute 2d-maxima for a set of xy points. The xy data points are generated using a random number generator. The command to run the program at DOS prompt is: - compute 2d-maxima for 500 xy points .2dmaxima 500
    2012-05-19 04:38:55下载
    积分:1
  • vcPPtoDAO
    visual c++ 访问DAO数据库 运行目录,驱动器根目录下(visit DAO datebase)
    2014-04-14 13:02:06下载
    积分:1
  • supertimer
    能够实现毫秒级的定时器,多媒体定时器。。。。(milisecond timer)
    2009-06-15 20:51:37下载
    积分:1
  • rtcm
    初始化RTCM控制,并且把文件或者串口数据转输出成RTCM格式(RTCM control initialization, and the output files or serial data transfer format to RTCM)
    2016-05-26 08:26:02下载
    积分:1
  • winprodll
    动态链接库 (DLL) 是作为共享函数库的可执行文件。动态链接提供了一种方法,使进程可以调用不属于其可执行代码的函数。函数的可执行代码位于一个 DLL 中,该 DLL 包含一个或多个已被编译、链接并与使用它们的进程分开存储的函数。DLL 还有助于共享数据和资源。多个应用程序可同时访问内存中单个 DLL 副本的内容。 这是一个.CHM 格式的讲解DLL应用的文件,内容比较全。(The dynamic link library (DLL) is an executable file as a shared library. The dynamic link provides a way, so that the process can call a function that does not belong to the executable code. The executable code of the function is located in a DLL, the DLL contains one or more of the function has already been compiled, linked and are separated with the process using them stored.The DLL also helps to share data and resources. Multiple applications can access the contents of a single copy of the DLL in memory.This is the. CHM format, explain the the DLL application of the file, compare the whole content.)
    2012-11-28 09:13:41下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载