Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
XMLSchemaCompiler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Nilsson
XMLSchemaCompiler
Commits
52cc6e5d
Commit
52cc6e5d
authored
17 years ago
by
Anders Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
Corrected README with new paths.
parent
095345e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+4
-4
4 additions, 4 deletions
README
with
4 additions
and
4 deletions
README
+
4
−
4
View file @
52cc6e5d
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment