Major rewrote.

This commit is contained in:
Paolo Cignoni cignoni 2005-12-23 22:42:18 +00:00
parent c0718e321f
commit 867b70a9c4

View File

@ -1,63 +1,81 @@
VCGLib http://vcg.sf.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2005-2006 \/)\/
Visual Computing Lab http://vcg.isti.cnr.it /\/|
ISTI - Italian National Research Council |
\
MeshLab 1.00 2005/11/13
VCGLib http://vcg.sf.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2005-2006 \/)\/
Visual Computing Lab http://vcg.isti.cnr.it /\/|
ISTI - Italian National Research Council |
\
MeshLab 0.4 2005/12/24
http://meshlab.sourceforge.net/
All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
for more details.
All rights reserved.
--- Synopsis ---
MeshLab, a mesh processing system, aimed to the user assisted cleaning, filtering,
editing and rendering of unstructured 3D triangular meshes like the ones that usually
arise in 3d scanning. The system is heavily based on the VCG library (vcg.sf.net).
Please, when using this tool, cite the following reference:
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
P. Cignoni, F. Ponchio, A. Mochi, A. Buzzelli, D. Portelli, F. Mazzanti, G. Gangemi,
A. Venturi, D. Vacca, L. Colombini , M. Latronico ,P. Pirro , F. Vannini
For any question about this software please contact:
Paolo Cignoni ( p.cignoni@isti.cnr.it )
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
(http://www.gnu.org/licenses/gpl.txt) for more details.
--- General Info ---
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 for cleaning and healing this kind of meshes.
The system is heavily based on the VCG library developed at the Visual Computing Lab of ISTI - CNR,
for all the core mesh processing task. The Meshlab system started as a part of the FGT course of the
Computer Science department of University of Pisa.
MeshLab is an extendible mesh processing system, aimed to the user
assisted cleaning, filtering, editing and rendering of unstructured 3D
triangular meshes.
The tool found its natural use for the processiing of the meshes that usually
arise in 3d scanning. The system is heavily based on
the VCG library (vcg.sf.net). The current version of Meshlab was developed during
the FGT (Foundation of Three-dimensional Graphics) course of the Computer Science
department ofUniversity of Pisa.
--- Main Features ---
Input/output in many formats (PLY, STL, OFF, OBJ)
Extendible plugins based architecture, writing new mesh
processing functions, filters and format support is quite easy.
Cleaning Filters
Removal of duplicated, unreferenced vertices, null faces
Subdivision filters
Opengl Shader based rendering
Large snapshot for hi quality printing
Various Colorization Filters
Gaussian Curvature
Border edges
--- References ----
Please, when using this tool, cite the following reference:
MeshLab
Visual Computing Lab - ISTI - CNR
http://meshlab.sourceforge.net/
--- Basic usage ---
@misc{Meshlab
author = {Visual Computing Lab ISTI - CNR},
title = {MeshLab},
note = {http://meshlab.sourceforge.net/}
}
For any general question about the use of this software please contact:
Paolo Cignoni ( p.cignoni@isti.cnr.it )
For bugs, feature requests and such, please use the sourceforge service
http://sourceforge.net/tracker/?group_id=149444
--- Credits ---
-- Authors --
Thanks goes to
P. Cignoni and
(in strict alphabetic order)
A. Buzzelli, L. Colombini, G. Gangemi, M. Latronico, F. Mazzanti,
A. Mochi, D. Portelli, D. Vacca, F. Vannini, A. Venturi
Christopher January,
Dave Brondsema,
Christian Ehrlicher,
Ralf Habacker
for their Unofficial patche for Qt4 ( http://sourceforge.net/projects/qtwin ).
--- Extra Credits ---
Thanks goes to
Christopher January, Dave Brondsema, Christian Ehrlicher, Ralf Habacker
for their unofficial patch for Qt4 ( http://sourceforge.net/projects/qtwin ).