Openmesh/Description

From ScientificComputing
Revision as of 14:02, 28 September 2016 by Sfux (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen. It was funded by the German Ministry for Research and Education ( BMBF).

It was designed with the following goals in mind:

  • Flexibility : provide a basis for many different algorithms without the need for adaptation.
  • Efficiency : maximize time efficiency while keeping memory usage as low as possible.
  • Ease of use : wrap complex internal structure in an easy-to-use interface.

For further information, please have a look at the OpenMesh website.