diff --git a/web/index.html b/web/index.html index ff54e2ba3..58865dc1a 100644 --- a/web/index.html +++ b/web/index.html @@ -22,8 +22,8 @@

MeshLab

-

An extendible system for the user assisted processing of - unstructured meshes.
+

An extendible system for the user +assisted processing of unstructured meshes.
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 @@ -39,10 +39,117 @@ course of the Computer Science department of University of Pisa.

+

Features

+ +

ScreenShots

+Taken from upcoming v 0.5. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
A 10,000,000 face model successfully +loaded and ready for inspecting. 3D Model of a Thai statue +courtesy of XYZ +RGB inc. +
A textured ply model of the well known Michelangelo +David, original mesh courtesy of Stanford, +texturing through photo integration by  Visual +Computing Lab ISTI - CNR
A model with self intersecting faces detected by +MeshLab colored in red.
A model with border edges colored in +blue.
+ A high resolution snapshot (4400x9110) of the Thai +statuette; the snapshot is a 17Mb png, so download +it using the sourceforge file distribution system. On the right you can +see a very small portion of the orginal sample just to give you an idea +of the quality of the image.
+

Developers

+
+ SourceForge.net Logo - + - + - + - - - - - - - +
diff --git a/web/style.css b/web/style.css index 269aea580..973ce3487 100644 --- a/web/style.css +++ b/web/style.css @@ -1,9 +1,12 @@ /* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */ body + { + background: rgb(204, 204, 255) none repeat scroll 0% 50%; + } + body,tbody { /*padding: 0px; */ - background: rgb(204, 204, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; @@ -28,7 +31,12 @@ ol { } - p, h1, h2, pre, body + table + { + background: rgb(255, 255, 255) none repeat scroll 0% 50%; + } + + p, h1, h2, pre, body, tbody { margin: 10px 5px 5px 5px; }