https://github.com/mattools/meshviewer
Matlab GUI for visualization and manipulation of 3D meshes
https://github.com/mattools/meshviewer
matlab mesh meshes polygon-mesh
Last synced: 2 months ago
JSON representation
Matlab GUI for visualization and manipulation of 3D meshes
- Host: GitHub
- URL: https://github.com/mattools/meshviewer
- Owner: mattools
- License: bsd-2-clause
- Created: 2018-06-05T14:55:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T11:37:25.000Z (about 1 year ago)
- Last Synced: 2025-02-25T12:34:54.372Z (about 1 year ago)
- Topics: matlab, mesh, meshes, polygon-mesh
- Language: MATLAB
- Homepage:
- Size: 991 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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).

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
* [MatGeom Toolbox](https://github.com/mattools/matGeom), for the geometry processing operations
* [GUI Layout V2](https://fr.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolbox) for GUI
* [GenericDialog](https://github.com/mattools/GenericDialog), a generic dialog for Matlab, mimicking ImageJ's functionalities