Skip to content
Snippets Groups Projects
Commit 52cc6e5d authored by Anders Nilsson's avatar Anders Nilsson
Browse files

Corrected README with new paths.

parent 095345e2
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ $ java GenCompiler [-d dir] [-o outfile] schema ...@@ -13,7 +13,7 @@ $ java GenCompiler [-d dir] [-o outfile] schema
options: options:
-d dir directory where generated files are put. -d dir directory where generated files are put.
Will be created if not already exists. Will be created if not already exists.
Default is 'x3d'. Default is 'examples/x3d'.
-o outfile Name for generated grammar files. -o outfile Name for generated grammar files.
Default is 'x3d'. Default is 'x3d'.
...@@ -23,7 +23,7 @@ EXAMPLE ...@@ -23,7 +23,7 @@ EXAMPLE
$ ant $ ant
$ java GenCompiler examples/x3d-3.0.xsd $ java GenCompiler examples/x3d-3.0.xsd
$ cd x3d $ cd examples/x3d/
$ ant $ ant
Will generate a compiler for x3d in the x3d subdirectory. This Will generate a compiler for x3d in the x3d subdirectory. This
...@@ -34,9 +34,9 @@ NOTE! The supplied code in OBB.java and BoundingBox.jrag depends on ...@@ -34,9 +34,9 @@ NOTE! The supplied code in OBB.java and BoundingBox.jrag depends on
the jme package from http://www.jmonkeyengine.com/ the jme package from http://www.jmonkeyengine.com/
There are two main programs supplied: There are two main programs supplied:
$ java PrettyPrint ../examples/workpiece.x3d $ java PrettyPrint ../workpiece.x3d
will just print out an x3d representation. will just print out an x3d representation.
$ java OBB ../examples/workpiece.x3d $ java OBB ../workpiece.x3d
will compute bounding boxes (both AABB and OBB) and print out the will compute bounding boxes (both AABB and OBB) and print out the
characteristics. characteristics.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment