public class MeshCat
extends java.lang.Object
Simple program to concatenate a bunch of meshes into a single
file.
If the output file is of type OBJ, then each input mesh
is added as a separate named object "o ..." within the OBJ file.
If the input meshes are named, then these are transfered over
to the output file. Otherwise, the filename is used as the
object name.