First checkin for OpenMesh 2.0

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@2 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-02-06 13:37:46 +00:00
parent c3321ebdd9
commit 97f515985d
417 changed files with 76182 additions and 0 deletions

18
Doc/vdpm.docu Normal file
View File

@@ -0,0 +1,18 @@
//-----------------------------------------------------------------------------
/** \page vdpm_docu View Dependent Progressive Meshes
The VDPM software is based on <a
href="http://www.postech.ac.kr/~leesy/ftp/gi01.pdf">"Truly Selective
Refinement of Progressive Meshes", J. Kim and S. Lee, In
Proc. Graphics Interface 2001</a>.
The library is located in \c %OpenMesh/Tools/VDPM/ and in
\c %OpenMesh/Apps/VDProgMesh/ are demo applications:
-# \c mkbalancedpm creates balanced progressive meshes
-# \c vdpmanalyzer takes a progressive mesh and generates a view dependent
progressive mesh.
-# \c vdpmsynthezier is viewer for vdpm meshes.
\todo Complete VDPM documentation.
*/