@ -5,7 +5,7 @@ Python tools for manipulating .geo files. The long term plan is to be able to ex
## geo.py
Contains the Geo class, which represents the contents of .geo files. Can be run to test the reading and writing functionality.
geo.py <infile.geo> [<outfile.geo>]
geo.py <infile.geo> [<outfile.geo>]
If only an input file is specified, it will read the input and dump the contents of the .geo to the console.
@ -14,9 +14,9 @@ If an output file is specified, it will read the input file, and write the conte
## stl_dump
Dumps the meshes of a .geo file to .stl files. Used for testing and validation, as .stl isn't useful for games.
stl_dump.py <file.geo>
stl_dump.py <file.geo>
Dumps all the meshes contained in <file.geo> to <geo_name>/<model_name.stl>. <geo_name> and <model_name> are read from the .geo.
Dumps all the meshes contained in <file.geo> to <geo_name>/<model_name.stl>. <geo_name> and <model_name> are read from the .geo.