From c7bfee6973143e3ceacc2421bdd3ad7da7227147 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Wed, 7 May 2008 23:49:11 +0000 Subject: [PATCH] Second draft of the manual --- docs/meshlab.1 | 2 +- docs/meshlabserver.1.txt | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 docs/meshlabserver.1.txt diff --git a/docs/meshlab.1 b/docs/meshlab.1 index e872677d8..95140b194 100644 --- a/docs/meshlab.1 +++ b/docs/meshlab.1 @@ -1,4 +1,4 @@ -.TH 3ds2m 1 "12 Jan 2001" Version 1.0 +.TH MeshLab Version 1.2.0 .SH NAME MeshLab - a tool for mesh inspection, processing, and conversion .SH SYNOPSYS diff --git a/docs/meshlabserver.1.txt b/docs/meshlabserver.1.txt new file mode 100644 index 000000000..3fa87778c --- /dev/null +++ b/docs/meshlabserver.1.txt @@ -0,0 +1,38 @@ +.TH MeshLab Version 1.2.0 +.SH NAME +MeshLab - a tool for mesh inspection, processing, and conversion +.SH SYNOPSYS +meshlabserver [args] +.SH DESCRIPTION +MeshLab is an open source, portable, and extensible system for the processing and editing of unstructured 3D triangular 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 editing, cleaning, healing, inspecting, rendering and converting this kind of meshes. The system is based on the VCG library developed at the Visual Computing Lab of ISTI - CNR. + +.SH OPTIONS +.l +\fI meshlabserver\fP accepts the following options: +.TP 8 +.B \-i meshfilename +The mesh that has to be loaded +.B \-o meshfilename +The mesh where to write the result +.B \-s scriptfilename +an optional script to be applied to the mesh before saving it. + +.SH SEE ALSO +meshlab (1) + +.SH COPYRIGHT +MeshLab Copyright \(co 2005-2008 by Visual Computing Lab - ISTI CNR +.PP +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. +.PP +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 for more details. +.PP +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.