POLYGONAL_SURFACE_DISPLAY is a MATLAB program which gets the names of the node and face files defining a polygonal surface, reads the information from the files, and displays the surface on the screen.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
BEZIER_SURFACE_DISPLAY is a MATLAB program which reads two files defining a Bezier surface and displays it.
FEM_BASIS_T3_DISPLAY is a MATLAB program which displays a basis function associated with a linear triangle ("T3") mesh.
FEM_BASIS_T6_DISPLAY is a MATLAB program which reads a quadratic triangle mesh and displays any associated basis function.
OBJ_DISPLAY is a MATLAB program which reads an OBJ file defining a 3D object and displays it within MATLAB.
POLYGONAL_SURFACE is a data directory which contains examples of polygonal surface files.
POLYGONAL_SURFACE_DISPLAY_OPEN_GL, a C++ program which displays a surface in 3D described as a set of polygons, using OpenGL.
QUAD_MESH_DISPLAY is a MATLAB program which reads files defining a 3D quadrilateral mesh surface and displays it within MATLAB.
STLA_DISPLAY is a MATLAB program which reads an ASCII STL file and displays it.
TET_MESH_DISPLAY is a MATLAB program which reads files defining a tet mesh and displays an image within MATLAB.
TRI_MESH_DISPLAY is a MATLAB program which reads data defining a triangular mesh of a 3D surface and displays it.
TRIANGULATION_DISPLAY_OPEN_GL is a C++ program which reads files defining a triangulation and displays an image using Open GL.
TRIANGULATION_ORDER1_DISPLAY is a MATLAB program which reads files defining a piecewise constant triangulation of data, and displays a corresponding 3D surface.
SPHERE_Q4 is a sphere, tiled with an 8 by 8 array of logically rectangular patches.
SPHERE_T3 is a sphere, tiled with an 8 by 8 array of logically triangular patches.
TETRA_T6 is a tetrahedron, tiled with 6-node triangles.
You can go up one level to the MATLAB source codes.