TRI_SURFACE
Pairs of Files Defining a 3D Triangulated Surface
These are some examples of TRI_SURFACE data,
defining a surface in 3D, using a mesh of triangles. The format
requires two files:
-
the node file lists the 3D coordinates of
a set of points.
-
the triangle file lists triples of node indices, forming
triangles.
Programs to read or write a TRI_SURFACE file
-
TRI_SURFACE_IO
is a MATLAB library which
reads or writes TRI_SURFACE files.
Programs to display a TRI_SURFACE file
Programs to convert a TRI_SURFACE to another format:
Programs to convert a file to TRI_SURFACE format:
-
PLY_TO_TRI_SURFACE
is a MATLAB program which
reads a PLY file and writes a corresponding TRI_SURFACE file.
-
STLA_TO_TRI_SURFACE
is a MATLAB program which
reads an STLA file and writes a corresponding TRI_SURFACE file.
Sample Files:
CESSNA is the surface of a Cessna airplane.
CUBE is the surface of a cube.
HUMANOID is the surface of a humanoid shape.
MAGNOLIA is the surface of a magnolia blossom.
SHARK is the surface of a shark.
SHUTTLE is the surface of a space shuttle.
SPHERE is the surface of a sphere.
TEAPOT is the surface of a teapot.
TETRAHEDRON is the surface of a tetrahedron.
You can go up one level to
the DATA page.
Last revised on 22 February 2009.