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

MESH--SIMPLE

于 2014-07-10 发布 文件大小:7155KB
0 224
下载积分: 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 个回复

  • BarCode
    说明:  VB6.0商品条形码生成及打印源代码,使用MSBCODE9.OCX控件(VB6.0 product barcode generation and printing source code, using MSBCODE9.OCX control)
    2020-06-14 20:57:25下载
    积分:1
  • VideoVoiceTrans
    属于音频视频的远程诊断系统。VC编程的一个重要应用。(Are audio and video remote diagnostic system. VC program is an important application.)
    2011-10-19 15:44:55下载
    积分:1
  • SQLservervccreatecode
    《代码生成器源代码》代码生成器源代码 《TestSqlServer》应用代码生成器生成的源代码使用例程。 《VC 对SQL SERVER 2000数据库的代码生成器及访问方法.pdf》说明书。">
    2011-05-14 14:09:45下载
    积分:1
  • RS232
    串口通信程序,MSComm方式实现,有参考价值(Serial communication program, MSComm ways, have reference value)
    2013-11-28 08:45:23下载
    积分:1
  • lft2
    用MFC实现的3D图形学中的立方体,可旋转,有三种投影方式,正交,透视,斜投影三种(MFC achieved with 3D graphics in the cube can be rotated in three projection mode, orthogonal, perspective, oblique projection of three)
    2020-06-30 12:00:02下载
    积分:1
  • 1
    说明:  大规模地形渲染, 大规模地形渲染, (terra render)
    2012-04-04 09:29:30下载
    积分:1
  • Fund6-StringViewer
    文字统计的功能,利用MFC实现对文字的计算相拥的个数(Text statistics function, the use of MFC to achieve the calculation of the text of the number of embracing)
    2009-05-12 15:50:14下载
    积分:1
  • example-flac3d-mohr
    这是一个基于c++编写的,用于flac3d中本构模型二次开发的程序,其编写的是mohr-coulomb模型。(this is a secondary development program compiled by visual c++,it can be used for study for constitutive model. )
    2021-04-06 19:29:02下载
    积分:1
  • 20171204
    日常基本练习,开关灯实现,蛇形输出,竖式输出(Daily basic exercises, switch lights, serpentine output)
    2017-12-16 13:37:23下载
    积分:1
  • MCU-hmi
    远端操作人机,可以节省传统HMI,继而使用一体式面板。使用更加方便(Remote Operator Terminal)
    2013-11-14 22:07:34下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载