Add asciidoc format manpage sources for meshlab and meshlabserver

This commit is contained in:
Paolo Cignoni cignoni 2008-05-12 15:26:38 +00:00
parent 0c7efca74a
commit 920b78b7a6
2 changed files with 118 additions and 0 deletions

53
docs/meshlab.1.txt Normal file
View File

@ -0,0 +1,53 @@
MESHLAB(1)
==========
NAME
----
meshlab - a tool for mesh inspection, processing, and conversion
SYNOPSIS
--------
meshlab [-h] [--help] [meshfile]
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.
OPTIONS
-------
-h, --help::
Show summary of options.
SEE ALSO
--------
meshlabserver (1)
RESOURCES
---------
Documentation wiki: http://meshlab.sourceforge.net/wiki[]
COPYING
-------
MeshLab Copyright 2005-2008 by Visual Computing Lab - ISTI CNR
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 for more details.

65
docs/meshlabserver.1.txt Normal file
View File

@ -0,0 +1,65 @@
MESHLABSERVER(1)
================
NAME
----
meshlabserver - a tool for mesh inspection, processing, and conversion
SYNOPSIS
--------
meshlabserver [-i inputmesh] [-o outputmesh] [-s scriptfile]
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.
OPTIONS
-------
-i inputmesh::
The mesh file to be loaded.
-o outputmesh::
The mesh file where to write the result.
-s script::
The script to be applied.
There must be exactly one input mesh and at most one output mesh. Script is
optional and must be in the format saved by meshlabserver. The format of the
output mesh is guessed from the used extension.
SEE ALSO
--------
meshlab (1)
RESOURCES
---------
Documentation wiki: http://meshlab.sourceforge.net/wiki[]
COPYING
-------
MeshLab Copyright 2005-2008 by Visual Computing Lab - ISTI CNR
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 for more details.