mesh_display_opengl_test, a C++ code which calls mesh_display_opengl(), which reads the name of two data files defining a polygonal mesh, reads the data, and displays the mesh using OPENGL.
The computer code and data files described and made available on this web page are distributed under the MIT license
mesh_display_opengl, a C++ code which reads the name of two data files defining a polygonal mesh, reads the data, and displays the mesh using OPENGL.
ELL is an L-shaped region covered by triangles.
HEX is a mesh of hexagons.
Q4 is a rectangular region covered by quadrilaterals, with a hole.
RECT is a rectangular region covered by quadrilaterals.