tet_mesh_display_opengl, a C++ code which reads the name of two data files defining a tetrahedral mesh ("tet mesh"), reads the data, and displays the tet mesh using OPENGL.
The files defining the tet mesh consist of one file containing the coordinates of the points, and a second file that lists the indices of the nodes making up each tetrahedron. Either 4-node or 10-node tetrahedrons may be used.
tet_mesh_display_opengl prefixwhere prefix is the common file prefix:
The information on this web page is distributed under the MIT license.
tet_mesh_display_opengl is available in a C++ version.
opengl_test, a C++ code which uses opengl() to display graphic images on the screen;