mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 17:14:39 +00:00
54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
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.
|