*** empty log message ***

This commit is contained in:
Paolo Cignoni cignoni 2006-04-13 06:15:15 +00:00
parent d4df8eaa5a
commit 5ccdaf7904
2 changed files with 173 additions and 6 deletions

View File

@ -6,6 +6,7 @@
@ -18,6 +19,8 @@
<title>Meshlab</title>
<meta name="author" content="Paolo Cignoni">
@ -26,6 +29,8 @@
@ -38,6 +43,8 @@
@ -50,6 +57,8 @@
@ -62,6 +71,8 @@
@ -74,6 +85,8 @@
@ -90,6 +103,7 @@
<div id="leftcontent">
<h1><img style="width: 400px; height: 65px;" alt="MeshLab" src="meshlab.png"></h1>
@ -98,6 +112,7 @@
<p class="body">MeshLab is an open source portable and extendible system for the processing of&nbsp;unstructured 3D triangular meshes. <br>
@ -105,6 +120,7 @@
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, healing, inspecting, rendering and converting this kind of meshes.<br>
@ -114,21 +130,27 @@ for cleaning, healing, inspecting, rendering and converting this kind of meshes.
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 tasks.&nbsp; The MeshLab&nbsp;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&nbsp;University of Pisa and currently most of the developed code (~15k lines) is
authored by a handful of <a href="#Developers">students</a>.&nbsp;</p>
authored by a handful of <a href="#Developers">students</a>. &nbsp;</p>
<p class="body">The project is&nbsp;supported&nbsp;by the European Networks of Excellence <a href="http://www.epoch-net.org/">Epoch</a>&nbsp;</p>
<p class="body"><a style="font-weight: normal;" href="http://sourceforge.net/project/showfiles.php?group_id=149444"></a></p>
<p class="body"><a style="font-weight: normal;" href="http://sourceforge.net/project/showfiles.php?group_id=149444">Download </a><a style="font-weight: normal;" href="http://sourceforge.net/project/showfiles.php?group_id=149444">Latest Version (13/3/2006)&nbsp;<span style="font-weight: bold; font-style: italic;"> V0.6</span></a><span style="font-weight: bold; font-style: italic;">&nbsp;</span></p>
<br>
<p class="body">Remember that, whenever you use MeshLab in a official/commercial project, you should feel <a style="font-weight: bold; font-style: italic;" href="http://en.wikipedia.org/wiki/Obligation">morally obligated</a><span style="font-weight: bold; font-style: italic;"> </span>to:</p>
<p class="body">The project is partially supported&nbsp;by the European Networks of Excellence <a href="http://www.epoch-net.org/">Epoch</a> and <a href="http://www.aim-at-shape.net/">AimAtShape.</a></p>
<p class="body">Whenever you use MeshLab in a official/commercial project, you should feel <a style="font-weight: bold; font-style: italic;" href="http://en.wikipedia.org/wiki/Obligation">morally obligated</a><span style="font-weight: bold; font-style: italic;"> </span>to:</p>
<ul>
<li>cite in your work that you have used MeshLab,</li>
<li>post a couple of lines in the <a href="http://sourceforge.net/forum/forum.php?forum_id=499532">users' forum</a> describing the project where MeshLab was used.</li>
</ul>
@ -139,6 +161,7 @@ authored by a handful of <a href="#Developers">students</a>.&nbsp;</p>
<h2><a name="Features"></a>Features</h2>
@ -146,6 +169,7 @@ authored by a handful of <a href="#Developers">students</a>.&nbsp;</p>
<ul>
@ -153,6 +177,7 @@ authored by a handful of <a href="#Developers">students</a>.&nbsp;</p>
<li>Input/output in many formats (PLY, STL, OFF, OBJ, 3DS)</li>
@ -160,6 +185,7 @@ authored by a handful of <a href="#Developers">students</a>.&nbsp;</p>
<li>Extendible plugins based architecture, writing new mesh
processing functions, colorization filters and support for different
file formats is quite easy (look at this code <a href="http://meshlab.sourceforge.net/filter.html">sample</a>)</li>
@ -169,6 +195,7 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
<li>Cleaning Filters:</li>
@ -176,6 +203,8 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
@ -188,6 +217,7 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
<li>removal of duplicated, unreferenced vertices, null faces</li>
@ -195,6 +225,8 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
@ -207,6 +239,8 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
@ -219,10 +253,12 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
<li>subdivision filters (midpoint, loop and butterfly)</li>
<li>coherent normal unification and flipping</li>
@ -230,6 +266,8 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
@ -242,6 +280,7 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
<li>OpenGL Shader based rendering (write you own shader!) </li>
@ -249,6 +288,7 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
<li>Large rendering (up to 16k x 16k) for high quality printing</li>
@ -256,13 +296,16 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
<li>Various Colorization Filters </li>
<li>Various Colorization/inspecting Filters </li>
@ -275,6 +318,7 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
<li>Gaussian and mean curvature</li>
@ -282,6 +326,8 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
@ -294,6 +340,8 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
@ -306,6 +354,7 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
<li>Border edges</li>
@ -313,6 +362,7 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
<li>Non two-manifold faces</li>
@ -320,6 +370,8 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
@ -332,6 +384,7 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
</ul>
@ -339,10 +392,12 @@ file formats is quite easy (look at this code <a href="http://meshlab.sourceforg
Bug reports and feature requests should be filed using the sourceforge <a href="http://sourceforge.net/tracker/?group_id=149444">service -&gt;</a><br>
General questions can be posted on the <a href="http://sourceforge.net/forum/forum.php?forum_id=499533">help public forums</a><a href="../../../Documents%20and%20Settings/Paolo%20Cignoni/Epoch_3D_WebService_Setup_1.2.5.exe"></a>
<h2>ScreenShots</h2>
@ -351,6 +406,7 @@ General questions can be posted on the <a href="http://sourceforge.net/forum/for
Taken from v 0.5.
<table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2">
@ -359,6 +415,7 @@ Taken from v 0.5.
<tbody>
@ -366,6 +423,7 @@ Taken from v 0.5.
<tr>
@ -373,6 +431,7 @@ Taken from v 0.5.
<td style="text-align: center;"><a href="SnapMeshLab.thai.jpg"><img style="border: 0px solid ; width: 200px; height: 233px;" src="SnapMeshLab.thai.small.jpg" alt=""></a></td>
@ -380,6 +439,7 @@ Taken from v 0.5.
<td> A 10,000,000 face model successfully
loaded and ready for inspecting.&nbsp;3D Model of a Thai statue
courtesy&nbsp;of<a href="http://www.xyzrgb.com/"> XYZ
@ -390,6 +450,7 @@ RGB inc.</a> provided by the <a href="http://www-graphics.stanford.edu/data/3Dsc
</tr>
@ -397,6 +458,7 @@ RGB inc.</a> provided by the <a href="http://www-graphics.stanford.edu/data/3Dsc
<tr>
@ -404,6 +466,7 @@ RGB inc.</a> provided by the <a href="http://www-graphics.stanford.edu/data/3Dsc
<td style="text-align: center;"><a href="SnapMeshLab_David.jpg"><img style="border: 0px solid ; width: 206px; height: 233px;" src="SnapMeshLab_David.small.jpg" alt=""></a></td>
@ -411,6 +474,7 @@ RGB inc.</a> provided by the <a href="http://www-graphics.stanford.edu/data/3Dsc
<td>A textured ply model of the well known Michelangelo
David, original mesh courtesy of <a href="http://www-graphics.stanford.edu/data/dmich-public/">Stanford Digital Michelangelo Project</a>,
texturing done by&nbsp; <a href="http://vcg.isti.cnr.it/">Visual
@ -421,6 +485,7 @@ Computing Lab ISTI - CNR </a>&nbsp;through integration of photos taken during th
</tr>
@ -428,6 +493,7 @@ Computing Lab ISTI - CNR </a>&nbsp;through integration of photos taken during th
<tr>
@ -435,6 +501,7 @@ Computing Lab ISTI - CNR </a>&nbsp;through integration of photos taken during th
<td style="text-align: center;"><a href="SnapMeshLab.elephant.jpg"><img style="border: 0px solid ; width: 281px; height: 233px;" src="SnapMeshLab.elephant.small.jpg" alt=""></a></td>
@ -442,6 +509,7 @@ Computing Lab ISTI - CNR </a>&nbsp;through integration of photos taken during th
<td>A model with self intersecting faces detected by
MeshLab colored in red. Mesh courtesy of the Aim@Shape &nbsp;<a href="http://shapes.aim-at-shape.net/index.php">Shape Repository.</a></td>
@ -450,6 +518,7 @@ MeshLab colored in red. Mesh courtesy of the Aim@Shape &nbsp;<a href="http://sha
</tr>
@ -457,6 +526,7 @@ MeshLab colored in red. Mesh courtesy of the Aim@Shape &nbsp;<a href="http://sha
<tr>
@ -464,6 +534,7 @@ MeshLab colored in red. Mesh courtesy of the Aim@Shape &nbsp;<a href="http://sha
<td style="text-align: center;"><a href="SnapMeshLab.brain.jpg"><img style="border: 0px solid ; width: 281px; height: 233px;" src="SnapMeshLab.brain.small.jpg" alt=""></a></td>
@ -471,6 +542,7 @@ MeshLab colored in red. Mesh courtesy of the Aim@Shape &nbsp;<a href="http://sha
<td>A&nbsp;model with border edges&nbsp;colored in
blue.&nbsp;Mesh courtesy of the &nbsp;<a href="http://shapes.aim-at-shape.net/index.php">Shape Repository </a>of Aim@Shape.</td>
@ -479,6 +551,7 @@ blue.&nbsp;Mesh courtesy of the &nbsp;<a href="http://shapes.aim-at-shape.net/in
</tr>
@ -486,6 +559,7 @@ blue.&nbsp;Mesh courtesy of the &nbsp;<a href="http://shapes.aim-at-shape.net/in
<tr>
@ -493,6 +567,7 @@ blue.&nbsp;Mesh courtesy of the &nbsp;<a href="http://shapes.aim-at-shape.net/in
<td><a href="http://sourceforge.net/project/showfiles.php?group_id=149444&amp;package_id=165026&amp;release_id=383433">
<img style="border: 0px solid ; width: 113px; height: 233px;" src="SnapshotModel.Thai.small.jpg" alt=""></a><img src="SnapshotModel.Thai.detail.jpg" alt=""></td>
@ -501,6 +576,7 @@ blue.&nbsp;Mesh courtesy of the &nbsp;<a href="http://shapes.aim-at-shape.net/in
<td>A high resolution snapshot (4400x9110) taken with
MeshLab of the 10 Mtri 3D model of the above cited Thai
statuette.&nbsp;The snapshot is a 17Mb png, so you can <a href="http://sourceforge.net/project/showfiles.php?group_id=149444&amp;package_id=165026&amp;release_id=383433">download</a>
@ -513,6 +589,7 @@ of the quality of a 40 Mpix&nbsp;image. </td>
</tr>
@ -520,13 +597,16 @@ of the quality of a 40 Mpix&nbsp;image. </td>
<tr>
<td><img src="David8M.small.jpg" alt=""><img src="David8M.detail.jpg" alt=""></td>
<td>An high resolution rendering (3200x6424) taken with
MeshLab of the 8 Mtri model of the Michelangelo David. Original mesh courtesy of <a href="http://www-graphics.stanford.edu/data/dmich-public/">Stanford Digital Michelangelo Project</a>. The model is
interactively rendered using a pre-computed ambient occlusion term
@ -534,8 +614,11 @@ computed with the open source <a href="http://vcg.sourceforge.net/tiki-index.php
see a very small portion of the original rendering just to give you an idea
of the quality of the original 20 Mpix&nbsp;image.</td>
</tr>
</tbody>
</table>
@ -545,6 +628,7 @@ of the quality of the original 20 Mpix&nbsp;image.</td>
<h2><a name="Developers"></a>Developers</h2>
@ -552,6 +636,7 @@ of the quality of the original 20 Mpix&nbsp;image.</td>
<ul>
@ -559,6 +644,7 @@ of the quality of the original 20 Mpix&nbsp;image.</td>
<li>Designer: <a href="http://vcg.isti.cnr.it/%7Ecignoni">Paolo
Cignoni</a></li>
@ -567,6 +653,7 @@ Cignoni</a></li>
<li>Filtering Plugins:</li>
@ -574,6 +661,8 @@ Cignoni</a></li>
@ -586,6 +675,7 @@ Cignoni</a></li>
<li>Mario Latronico [<a href="mailto:latronic@cli.di.unipi.it"><b>latronic</b></a>],
Andrea Venturi [<a href="mailto:venturia@cli.di.unipi.it"><b>giec</b></a>]</li>
@ -594,6 +684,8 @@ Andrea Venturi [<a href="mailto:venturia@cli.di.unipi.it"><b>giec</b></a>]</li>
@ -606,6 +698,7 @@ Andrea Venturi [<a href="mailto:venturia@cli.di.unipi.it"><b>giec</b></a>]</li>
<li>Interface Framework</li>
@ -613,6 +706,8 @@ Andrea Venturi [<a href="mailto:venturia@cli.di.unipi.it"><b>giec</b></a>]</li>
@ -625,6 +720,7 @@ Andrea Venturi [<a href="mailto:venturia@cli.di.unipi.it"><b>giec</b></a>]</li>
<li>Alessio Mochi [<a href="mailto:mochi@cli.di.unipi.it"><b>mochi</b></a>],
Daniele Vacca [<a href="mailto:dalien_mc@hotmail.com"><b>glVertex</b></a>],
Davide Portelli [<a href="mailto:portelli@cli.di.unipi.it"><b>portelli</b></a>]
@ -635,6 +731,8 @@ Davide Portelli [<a href="mailto:portelli@cli.di.unipi.it"><b>portelli</b></a>]
@ -647,6 +745,7 @@ Davide Portelli [<a href="mailto:portelli@cli.di.unipi.it"><b>portelli</b></a>]
<li>Rendering Modes</li>
@ -654,6 +753,8 @@ Davide Portelli [<a href="mailto:portelli@cli.di.unipi.it"><b>portelli</b></a>]
@ -666,6 +767,7 @@ Davide Portelli [<a href="mailto:portelli@cli.di.unipi.it"><b>portelli</b></a>]
<li>Francesco Vannini [<a href="mailto:vannini@cli.di.unipi.it"><b>vannini</b></a>],
Giorgio Gangemi [<a href="mailto:g.gangemi@gmail.com"><b>ggangemi</b></a>]</li>
@ -674,6 +776,8 @@ Giorgio Gangemi [<a href="mailto:g.gangemi@gmail.com"><b>ggangemi</b></a>]</li>
@ -686,6 +790,7 @@ Giorgio Gangemi [<a href="mailto:g.gangemi@gmail.com"><b>ggangemi</b></a>]</li>
<li>Selection Tools and IO:</li>
@ -693,6 +798,8 @@ Giorgio Gangemi [<a href="mailto:g.gangemi@gmail.com"><b>ggangemi</b></a>]</li>
@ -705,6 +812,7 @@ Giorgio Gangemi [<a href="mailto:g.gangemi@gmail.com"><b>ggangemi</b></a>]</li>
<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>
@ -713,6 +821,8 @@ Federico Mazzanti [<a href="mailto:fmazzant@cli.di.unipi.it"><b>fmazzant</b></a>
@ -725,6 +835,7 @@ Federico Mazzanti [<a href="mailto:fmazzant@cli.di.unipi.it"><b>fmazzant</b></a>
</ul>
@ -732,6 +843,7 @@ Federico Mazzanti [<a href="mailto:fmazzant@cli.di.unipi.it"><b>fmazzant</b></a>
<h2><a name="History"></a>History</h2>
@ -739,6 +851,7 @@ Federico Mazzanti [<a href="mailto:fmazzant@cli.di.unipi.it"><b>fmazzant</b></a>
<ul>
@ -746,11 +859,24 @@ Federico Mazzanti [<a href="mailto:fmazzant@cli.di.unipi.it"><b>fmazzant</b></a>
<li>2006-03-12 &nbsp;V 0.6 Release</li>
<ul>
<li>
<pre>General issues</pre>
<pre>&nbsp; - Slight code restyling in order to reduce the lines of code<br>&nbsp; - Command line execution now works correctly<br>&nbsp; - Better managing of optional mesh datas<br>&nbsp; - Better color initialization </pre>
<pre>Plugin System<br>&nbsp; - Decoration:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thicked axes with arrows and axes names<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Quoted Box<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Normals restyled<br>&nbsp; - Filters:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sub-division surface<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remove triangles above threshold<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Apply Transformation<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Color non-manifold<br>&nbsp; - Colorize:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Curvature code restyled<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RMS curvature<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Absolute curvature<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; By Quality<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Added restore color function<br>&nbsp; - Shaders:<br>&nbsp;&nbsp;&nbsp;&nbsp; Import code restyled and optimized<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Runtime dynamic dialog created to change shader properties<br>&nbsp; - Import/Export:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .3DS Import/Export full supported (via lib3ds)<br><br>* User Interface<br>&nbsp; - Reimplemented double-sided lighting<br>&nbsp; - Added some new shortcuts<br>&nbsp; - Optimizations in ChangeFOV (Vertigo)<br>&nbsp; - Solved OpenGL bugs on FLAT_LINES<br>&nbsp; - Solved bug in trackball visualization<br>&nbsp; - Light direction can be rotated<br>&nbsp; - Better scalable fonts<br>&nbsp; - Quick help on screen (Press F1)<br>&nbsp; - About plugin restyled</pre>
</li>
<li></li>
<li></li>
</ul>
<li><span style="font-style: italic;">13/01/2006</span>
V 0.5 Release&nbsp;</li>
@ -758,18 +884,23 @@ V 0.5 Release&nbsp;</li>
<li>
<pre> General issues<br> - Switched to qt4.1<br> - Corrected Trackball panning<br> - Safer initialization of color data<br> - Better memory management (removed HUGE memory leaks...)<br> - Meshlab icon and logo<br> - About plugin Dialog<br><br>* Plugin System<br> - Filters:<br> Invert Faces<br> - Colorize:<br> Logging mesh curvature info<br> Rewritten code to follow coding conventions<br> Mean Curvature<br> Color non Manifold (now sets colorPerVert)<br> Moved mean and gaussian curvature functions into color_curvature.h <br> - Normals restyled<br> - Import/Export:<br> Managing error messages if saving fails<br> .3DS Imporer first rough implementation<br> .3DS Export Standardization, saves vertexes and faces + color per face<br> .3DS Export introduced materials managing<br> .OBJ Import solved some bugs during file import<br> .OBJ Export higly improved speed<br><br> <br>* User Interface<br> - Clipping planes now can be moved via CTRL+SHIFT+mouse wheel<br> - Vertigo FOV with CTRL+mouse wheel<br> - Icons restyled (transparent)<br> - Changed snapshot toolbar icon<br> - Reapply last filter command<br> - Reload command<br> - About dialog restyled<br> - CTRL+Tab switch to next opened window<br> - CTRL+F4 close current file<br> - Fonts ok</pre>
</li>
@ -777,6 +908,7 @@ V 0.5 Release&nbsp;</li>
<li><span style="font-style: italic;">24/12/2005</span>
V 0.4 Release&nbsp;</li>
@ -785,6 +917,8 @@ V 0.4 Release&nbsp;</li>
@ -797,12 +931,14 @@ V 0.4 Release&nbsp;</li>
<li>
<pre>Plugin System<br> - Improved PluginSystem<br> - Improved shaders support (based on Typhoon Labs shaders)<br> - Filtering: Customizable filters thru dialogs<br> - Filters:<br> Laplacian smooth<br> MidPoint Subdivision<br> Re-orient<br> Decimator<br> - Editing (No editing tools available)<br> - Colorize:<br> Self intersection<br> Border<br> - Import/Export:<br> obj File Format (Customizable export thru dialog)<br> off File Format<br> stl File Format<br> 3ds File Format<br> - Decoration:<br> Show Axis<br> Show Box Corners<br><br>* User Interface<br> - Bugless progress bar<br> - About Plugin dialog<br> - Logging</pre>
@ -810,6 +946,7 @@ V 0.4 Release&nbsp;</li>
</li>
@ -817,6 +954,8 @@ V 0.4 Release&nbsp;</li>
@ -829,6 +968,7 @@ V 0.4 Release&nbsp;</li>
<li><span style="font-style: italic;">07/12/2005</span>
V 0.3 Release</li>
@ -837,6 +977,8 @@ V 0.3 Release</li>
@ -849,12 +991,14 @@ V 0.3 Release</li>
<li>
<pre>* Plugin System<br> - Complete restyling of plugin architecture<br> - Color: None, Per Vertex, Per Face<br> - Color: Support for shaders (wow!). Provided toon shader sample.<br> - Filtering: Remove Null Faces<br> - Filtering: Butterfly &amp; Loop optimized<br> - Decorize: New plugin class<br> - Import/Export: Obj file format integrated on standard user interface<br><br>* User Interface<br> - Info Panel:<br> Showing some mesh info (numTri&amp;numFaces)<br> Showing fps<br> - Shortcut for some frequently used actions<br> - Trackball hidable<br> - Option dialog:<br> Background colors (Top&amp;Bottom)<br> Log Area color<br> - Progress bar<br> - RenderModes: Textures<br> - Fullscreen<br> - Cycle thru opened windows with Next button<br> - About dialog</pre>
@ -862,6 +1006,7 @@ V 0.3 Release</li>
&nbsp;<span style="font-style: italic;"></span></li>
@ -869,6 +1014,8 @@ V 0.3 Release</li>
@ -881,6 +1028,7 @@ V 0.3 Release</li>
<li><span style="font-style: italic;">27/11/2005</span>
V 0.2 Release <span style="font-style: italic;"></span></li>
@ -889,6 +1037,7 @@ V 0.2 Release <span style="font-style: italic;"></span></li>
<li><span style="font-style: italic;">15/11/2005</span>
V 0.1 Release <span style="font-style: italic;"></span></li>
@ -897,6 +1046,7 @@ V 0.1 Release <span style="font-style: italic;"></span></li>
<li><span style="font-style: italic;">17/10/2005</span>
Committed first rough framework. The development has just begun...</li>
@ -905,6 +1055,7 @@ Committed first rough framework. The development has just begun...</li>
</ul>
@ -912,6 +1063,7 @@ Committed first rough framework. The development has just begun...</li>
<br>
@ -919,6 +1071,7 @@ Committed first rough framework. The development has just begun...</li>
<dl>
@ -926,6 +1079,7 @@ Committed first rough framework. The development has just begun...</li>
</dl>
@ -933,6 +1087,7 @@ Committed first rough framework. The development has just begun...</li>
</div>
@ -940,6 +1095,7 @@ Committed first rough framework. The development has just begun...</li>
<div id="rightcontent">
<img title="MeshLab Logo" style="width: 128px; height: 128px;" src="eye_128_splash.png" alt="MeshLab Logo"><br>
@ -948,14 +1104,20 @@ Committed first rough framework. The development has just begun...</li>
<br>
<a href="https://sourceforge.net/projects/meshlab/"><img style="border: 0px solid ; width: 128px; height: 38px;" src="http://sourceforge.net/sflogo.php?group_id=149444&amp;type=2" alt="SourceForge.net Logo"></a><br>
<br>
<a href="http://vcg.isti.cnr.it"><img style="border: 0px solid ; width: 128px; height: 103px;" alt="Visual Computing Lab logo" title="Visual Computing Lab" src="vcl.png"></a>
<p class="menu"><a href="http://sourceforge.net/project/showfiles.php?group_id=149444&amp;package_id=165026&amp;release_id=385233">Download V0.5</a></p>
<p class="menu"><a href="http://sourceforge.net/project/showfiles.php?group_id=149444"><img style="border: 0px solid ; width: 100px; height: 100px;" title="http://epoch-net.org/" src="logo_epoch.png" alt=""></a></p>
<p class="menu"><a href="http://sourceforge.net/project/showfiles.php?group_id=149444">Download V0.6</a></p>
@ -969,9 +1131,11 @@ Committed first rough framework. The development has just begun...</li>
<p class="menu"><a href="http://sourceforge.net/projects/meshlab/">Sourceforge
page</a></p>
<p class="menu"><a href="http://freshmeat.net/projects/meshlab/">FreshMeat page</a></p>
@ -979,6 +1143,7 @@ page</a></p>
<p class="menu"><a href="devel.html">Developer's
Corner</a></p>
@ -987,6 +1152,7 @@ Corner</a></p>
</div>
@ -994,5 +1160,6 @@ Corner</a></p>
</body>
</html>

BIN
web/logo_epoch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB