mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
126 lines
3.1 KiB
HTML
126 lines
3.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Meshlab</title>
|
|
|
|
|
|
<meta name="author" content="Paolo Cignoni">
|
|
|
|
<meta name="keywords" content="mesh 3d processing meshlab scanning">
|
|
|
|
<meta name="description" content="Course Web page">
|
|
|
|
<meta name="robots" content="all">
|
|
|
|
<link media="all" rel="stylesheet" href="style.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
<div id="leftcontent">
|
|
<h1>MeshLab</h1>
|
|
|
|
<p class="body"> An extendible system for the user assisted processing of
|
|
unstructured meshes. <br>
|
|
|
|
The system is aimed to help the processing of the typical not-so-small
|
|
unstructured models arising in 3d scanning, providing a set of tools
|
|
for cleaning and healing this kind of meshes.<br>
|
|
|
|
The system is heavily based on the <a href="http://vcg.sourceforge.net">VCG library</a>
|
|
developed at the <a href="http://vcg.isti.cnr.it">Visual
|
|
Computing Lab</a> of <a href="www.isti.cnr.it">ISTI
|
|
- CNR</a>, for all the core mesh processing task. <br>
|
|
|
|
The Meshlab system started as a part of the <a href="http://vcg.isti.cnr.it/%7Ecignoni/FGT0506/index.html">FGT</a>
|
|
course of the <a href="www.di.unipi.it">Computer Science</a>
|
|
department of University of Pisa.<br>
|
|
|
|
</p>
|
|
<h2><a name="Features"></a>Features</h2>
|
|
|
|
<h2>ScreenShots</h2>
|
|
|
|
<h2><a name="Developers"></a>Developers</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Designer: <a href="http://vcg.isti.cnr.it/%7Ecignoni">Paolo
|
|
Cignoni</a></li>
|
|
|
|
<li>Filtering Plugins:</li>
|
|
|
|
<ul>
|
|
|
|
<li>Latronico [<a href="mailto:latronic@cli.di.unipi.it"><b>latronic</b></a>], Venturi [<a href="mailto:venturia@cli.di.unipi.it"><b>giec</b></a>]</li>
|
|
|
|
</ul>
|
|
|
|
<li>Interface Framework</li>
|
|
|
|
<ul>
|
|
|
|
<li>Mochi [<a href="mailto:mochi@cli.di.unipi.it"><b>mochi</b></a>]</li>, Vacca [<a href="mailto:dalien_mc@hotmail.com"><b>glVertex</b></a>], Portelli [<a href="mailto:portelli@cli.di.unipi.it"><b>portelli</b></a>]</li>
|
|
|
|
</ul>
|
|
|
|
<li>Rendering Modes</li>
|
|
|
|
<ul>
|
|
|
|
<li>Vannini [<a href="mailto:vannini@cli.di.unipi.it"><b>vannini</b></a>], Gangemi [<a href="mailto:g.gangemi@gmail.com"><b>ggangemi</b></a>], Pirro</li>
|
|
|
|
</ul>
|
|
|
|
<li>Selection Tools and IO:</li>
|
|
|
|
<ul>
|
|
|
|
<li>Andrea Buzzelli [<a href="mailto:buzzelli@cli.di.unipi.it"><b>buzzelli</b></a>],
|
|
Federico Mazzanti [<a href="mailto:fmazzant@cli.di.unipi.it"><b>fmazzant</b></a>]</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
<h2><a name="History"></a>History</h2>
|
|
|
|
<ul>
|
|
|
|
<li><span style="font-style: italic;">17/10/05</span>
|
|
Committed first rough framework. The development begins...</li>
|
|
|
|
</ul>
|
|
|
|
<br>
|
|
|
|
<dl>
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
<div id="rightcontent">
|
|
<a href="https://sourceforge.net/projects/meshlab/"><img src="http://sourceforge.net/sflogo.php?group_id=149444&type=2" alt="SourceForge.net Logo" border="0" height="37" width="125"></a>
|
|
<p class="menu"><a href="#Features">Features</a></p>
|
|
|
|
<p class="menu"><a href="#History">History</a></p>
|
|
|
|
<p class="menu"><a href="#Developers">Developers</a></p>
|
|
|
|
<p class="menu"><a href="devel.html">Development</a></p>
|
|
|
|
<p class="menu"><a href="#Download">Download</a></p>
|
|
|
|
<p class="menu"><a href="#CVS">CVS</a></p>
|
|
|
|
<p class="menu"><a href="https://sourceforge.net/projects/meshlab/">SF project
|
|
page</a></p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|