Difference between revisions of "Openmesh/Description"

From ScientificComputing
Jump to: navigation, search
(Created page with "OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. For more information about OpenMesh and its features take a look at the...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. For more information about OpenMesh and its features take a look at the Introduction page.
+
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.

Latest revision as of 14:02, 28 September 2016

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.