diff --git a/docs/history.txt b/docs/history.txt new file mode 100644 index 000000000..bd5a843ce --- /dev/null +++ b/docs/history.txt @@ -0,0 +1,84 @@ +============================================================================== + + VCGLib http://vcg.sf.net + Visual and Computer Graphics Library + + MeshLab http://meshlab.sourceforge.net/ o o + An extendible mesh processor o o + _ O _ + Copyright(C) 2005, 2006 \/)\/ + Visual Computing Lab /\/| + ISTI - Italian National Research Council | + \ + 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. + +============================================================================== + +------------------------------------------------------------------------------ +- Meshlab v0.2 +------------------------------------------------------------------------------ + + ** NEW FEATURES ** + +* Added Plugin Support + - Rendering: Normals + - Color: Gaussian Curvature + - Filtering: Butterfly and Loop Subdivision surface + - Filtering: Remove duplicate and unreferenced vertexes + - Import/Export: Obj file format + +* User Interface + - Logging + - MRU File List + - Toolbars & Menus + - Availables renderModes: + BoundingBox + Points + Wireframe + Hidden lines + Lines + Flat shading + Flat shading + Smooth shading + - Lighting Modes: + One/Double Side + Fancy Lights + None + + + ** KNOWN BUGS/MISSING FEATURES ** + +* Plugin: + - Gaussian Curvature color mode not showed at all + - Import/Export Obj doesn't work as well + +* User interface + - Logging still rough + - Fancy Lighting not work properly + - No texture mode under menu Render->Texture + - Clipping issues + - Messy trackball + - About Dialog contains trash infos!! + - About Plugins Dialog still working on + + + + +------------------------------------------------------------------------------ +- Meshlab v0.1 +------------------------------------------------------------------------------ + +* 2005/11/15 First draft + diff --git a/docs/plugins.txt b/docs/plugins.txt new file mode 100644 index 000000000..a4efe92ee --- /dev/null +++ b/docs/plugins.txt @@ -0,0 +1 @@ +Put in this folder your DLL plugin and restart MeshLab \ No newline at end of file diff --git a/docs/readme.txt b/docs/readme.txt new file mode 100644 index 000000000..4418e5591 --- /dev/null +++ b/docs/readme.txt @@ -0,0 +1,63 @@ + + 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 + 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. + +--- 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: + +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 ) + +--- 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. + + +http://meshlab.sourceforge.net/ + +--- Basic usage --- + + +--- Credits --- + +Thanks goes to + +Christopher January, +Dave Brondsema, +Christian Ehrlicher, +Ralf Habacker + +for their Unofficial patches for Qt4 ( http://sourceforge.net/projects/qtwin ). +