All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----berkeley.cs.dmc.tovrml.Main
public Main()
public static void dump(String basename, DynamicsModel model) throws IOException
public static void main(String args[])
java berkeley.cs.dmc.tovrml.MainModelFile should be a .dyn file containing a model description. The extension will be stripped and the base file name used as the root for the VRML and Java files produced by the program. See the documentation for a description of the file format. This routine loads the file, creating a model data structure, and calls dump(). See dump for details on the files generated.
All Packages Class Hierarchy This Package Previous Next Index