Skip to content

Matlab GUI for visualization and manipulation of 3D meshes

License

Notifications You must be signed in to change notification settings

mattools/MeshViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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