Package toxi.geom.mesh

Interface Summary
STLColorModel  
SurfaceFunction This interface defines a functor for evaluating the coordinates of a surface mesh used by SurfaceMeshBuilder.
 

Class Summary
DefaultSTLColorModel  
MaterialiseSTLColorModel  
OBJWriter Extremely bare bones Wavefront OBJ 3D format exporter.
SphericalHarmonics Spherical harmonics surface evaluator based on code by Paul Bourke: http://local.wasp.uwa.edu.au/~pbourke/geometry/sphericalh/
STLReader Utility class to read binary STL files and turn them into TriangleMesh instances.
STLWriter A simple, but flexible and memory efficient exporter for binary STL files.
SuperEllipsoid Super ellipsoid surface evaluator based on code by Paul Bourke: http://local.wasp.uwa.edu.au/~pbourke/geometry/superellipse/
SurfaceMeshBuilder An extensible builder class for TriangleMeshes based on 3D surface functions using spherical coordinates.
TriangleMesh A class to dynamically build, manipulate & export triangle meshes.
TriangleMesh.Face  
TriangleMesh.Vertex