Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.41 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.41 KB

MeshViewer

Matlab GUI for the visualization and manipulation of 3D polygonal meshes.

This GUI aims at facilitate the visualization and the manipulation of 3D meshes that can be generated during researches. It also provides few processing operations to avoid calling specialized software (e.g. MeshLab).

The MeshViewer application allows for comparison of several meshes

Among features:

  • Simultaneous display of several meshes
  • Import / Export of meshes in a variety of file formats (PLY, OFF...)
  • several triangle mesh processing options are provided: simplification, subdivision, smoothing...
  • geometric transform of meshes (translation, rotation...)
  • interactive display of mesh "Slicing" along main directions.

Please note that the software implements only a limited number of features, and is not optimized for the management of meshes with large number of vertices.

Installation

Extract the project, and run the file "MeshViewer.m". A default GUI is created, that also allows to open some OFF or PLY files stored on the local computer.

Dependencies